svn path=/trunk/; revision=7038
+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
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);