mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
Add docs
svn path=/trunk/; revision=7038
This commit is contained in:
parent
4c78992dbf
commit
7ba2244a2d
@ -1,3 +1,7 @@
|
||||
2008-06-14 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gchecksum.h: Add docs.
|
||||
|
||||
2008-06-13 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Bug 538119 – glib's mainloop leaks a pipe to sub-processes
|
||||
|
@ -49,6 +49,15 @@ typedef enum {
|
||||
G_CHECKSUM_SHA256
|
||||
} GChecksumType;
|
||||
|
||||
/**
|
||||
* GChecksum:
|
||||
*
|
||||
* An opaque structure representing a checksumming operation.
|
||||
* To create a new GChecksum, use g_checksum_new(). To free
|
||||
* a GChecksum, use g_checksum_free().
|
||||
*
|
||||
* Since: 2.16
|
||||
*/
|
||||
typedef struct _GChecksum GChecksum;
|
||||
|
||||
gssize g_checksum_type_get_length (GChecksumType checksum_type);
|
||||
|
Loading…
Reference in New Issue
Block a user