From: Matthias Clasen Date: Tue, 6 Mar 2007 19:29:54 +0000 (+0000) Subject: Fix a typo in the docs for g_node_first_child(). (#409395, Vincent Untz) X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=ff5419ec402b068d2dd19d67eff7dbca68792b4f;p=dana%2Fcg-glib.git Fix a typo in the docs for g_node_first_child(). (#409395, Vincent Untz) 2007-03-06 Matthias Clasen * glib/tmpl/trees-nary.sgml: Fix a typo in the docs for g_node_first_child(). (#409395, Vincent Untz) svn path=/trunk/; revision=5380 --- diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index a4728697..25f46bd3 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +2007-03-06 Matthias Clasen + + * glib/tmpl/trees-nary.sgml: Fix a typo in the docs for + g_node_first_child(). (#409395, Vincent Untz) + 2007-02-11 Stefan Kost * gobject/tut_gobject.xml: diff --git a/docs/reference/glib/tmpl/trees-nary.sgml b/docs/reference/glib/tmpl/trees-nary.sgml index 95df79a8..f8b1e788 100644 --- a/docs/reference/glib/tmpl/trees-nary.sgml +++ b/docs/reference/glib/tmpl/trees-nary.sgml @@ -360,7 +360,7 @@ Gets the first child of a #GNode. @node: a #GNode. -@Returns: the last child of @node, or %NULL if @node is %NULL or has no children. +@Returns: the first child of @node, or %NULL if @node is %NULL or has no children.