mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
Fix the docs
svn path=/trunk/; revision=6811
This commit is contained in:
parent
28003050e2
commit
b28e9afd69
10
ChangeLog
10
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>
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user