Fix the docs
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 3 Apr 2008 04:11:13 +0000 (04:11 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 3 Apr 2008 04:11:13 +0000 (04:11 +0000)
svn path=/trunk/; revision=6811

ChangeLog
glib/gmarkup.c

index 4882bb74af77432315be61a5314f9d6d21cc4ea7..e04b6a9fc532278f97de3c0ef68dfa7288fd6c23 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,16 @@
+2008-04-03  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 525674 – A typo in gmarkup.c
+
+       * glib/gmarkup.c (g_markup_parse_context_get_element_stack): Fix
+       the docs, reported by Hiroyuki Ikezoe
+
 2008-04-03  Matthias Clasen  <mclasen@redhat.com>
 
        Bug 525732 – Error in documentation for g_list_first
 
-       * glib/glist.c (g_list_first): Fix the docs
+       * glib/glist.c (g_list_first): Fix the docs, reported by 
+       Salvatore Iovene
 
 2008-04-02  Tor Lillqvist  <tml@novell.com>
 
index f3e8c1f492a3a7ffb2eb4cb0a7ae670813adc3ce..c2b8474d98b53d213f1eda297ee9823d20c45f54 100644 (file)
@@ -1898,7 +1898,7 @@ g_markup_parse_context_get_element (GMarkupParseContext *context)
  *
  * Returns: the element stack, which must not be modified
  *
- * Since 2.16
+ * Since: 2.16
  **/
 G_CONST_RETURN GSList *
 g_markup_parse_context_get_element_stack (GMarkupParseContext *context)