From ff5419ec402b068d2dd19d67eff7dbca68792b4f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 6 Mar 2007 19:29:54 +0000 Subject: [PATCH] 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 --- docs/reference/ChangeLog | 5 +++++ docs/reference/glib/tmpl/trees-nary.sgml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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. -- 2.34.1