mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 23:46:17 +01:00
Fix a typo in the docs for g_node_first_child(). (#409395, Vincent Untz)
2007-03-06 Matthias Clasen <mclasen@redhat.com> * glib/tmpl/trees-nary.sgml: Fix a typo in the docs for g_node_first_child(). (#409395, Vincent Untz) svn path=/trunk/; revision=5380
This commit is contained in:
parent
836cac1512
commit
ff5419ec40
@ -1,3 +1,8 @@
|
||||
2007-03-06 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/tmpl/trees-nary.sgml: Fix a typo in the docs for
|
||||
g_node_first_child(). (#409395, Vincent Untz)
|
||||
|
||||
2007-02-11 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* gobject/tut_gobject.xml:
|
||||
|
@ -360,7 +360,7 @@ Gets the first child of a #GNode.
|
||||
</para>
|
||||
|
||||
@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.
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_node_last_child ##### -->
|
||||
|
Loading…
Reference in New Issue
Block a user