After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 689982 - Make GChecksum more fully introspectable
Make GChecksum more fully introspectable
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2012-12-10 15:53 UTC by Colin Walters
Modified: 2012-12-11 01:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Make GChecksum more fully introspectable (3.58 KB, patch)
2012-12-10 15:53 UTC, Colin Walters
committed Details | Review

Description Colin Walters 2012-12-10 15:53:14 UTC
In 2.34, g_compute_checksum_for_bytes() was added, but this patch
allows binding users to use the incremental update API; this is
significantly more efficient than reading entire files into memory.
Comment 1 Colin Walters 2012-12-10 15:53:16 UTC
Created attachment 231157 [details] [review]
Make GChecksum more fully introspectable
Comment 2 Matthias Clasen 2012-12-10 23:53:23 UTC
Review of attachment 231157 [details] [review]:

Looks fine to me
Comment 3 Colin Walters 2012-12-11 01:09:13 UTC
Attachment 231157 [details] pushed as bf1e63c - Make GChecksum more fully introspectable