From b28e9afd6940be2bbb0b344db2068ee662fb259f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 3 Apr 2008 04:11:13 +0000 Subject: [PATCH] Fix the docs svn path=/trunk/; revision=6811 --- ChangeLog | 10 +++++++++- glib/gmarkup.c | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4882bb7..e04b6a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,16 @@ 2008-04-03 Matthias Clasen + 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 + 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 diff --git a/glib/gmarkup.c b/glib/gmarkup.c index f3e8c1f..c2b8474 100644 --- a/glib/gmarkup.c +++ b/glib/gmarkup.c @@ -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) -- 2.7.4