Doc improvements
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 26 May 2008 04:51:41 +0000 (04:51 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 26 May 2008 04:51:41 +0000 (04:51 +0000)
svn path=/trunk/; revision=6933

ChangeLog
docs/reference/ChangeLog
glib/gchecksum.c

index 5283171..5dc264f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
index b42bd68..911ff07 100644 (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>
index bc18169..efd2624 100644 (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)