Doc improvements

svn path=/trunk/; revision=6933
This commit is contained in:
Matthias Clasen 2008-05-26 04:51:41 +00:00
parent b68e507b6a
commit c1d7063c06
3 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2008-05-26 Matthias Clasen <mclasen@redhat.com>
* glib/gchecksum.c: Add Since: tag to g_checksum_reset
* glib/glib.symbols: Add g_checksum_reset
2008-05-25 Matthias Clasen <mclasen@redhat.com>

View File

@ -1,5 +1,7 @@
2008-05-26 Matthias Clasen <mclasen@redhat.com>
* glib/glib-docs.sgml: Add 2.18 index
* glib/glib-sections.txt: Add g_checksum_reset
2008-05-25 Matthias Clasen <mclasen@redhat.com>

View File

@ -1124,6 +1124,8 @@ g_checksum_new (GChecksumType checksum_type)
* @checksum: the #GChecksum to reset
*
* Resets the state of the @checksum back to it's initial state.
*
* Since: 2.18
**/
void
g_checksum_reset (GChecksum *checksum)