mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-23 10:27:51 +02:00
Added function to keep symetry with g_node_insert_before. 2000-09-29
2000-09-29 Jonathan Blandford <jrb@redhat.com> * gnode.c (g_node_insert_after): Added function to keep symetry with g_node_insert_before. 2000-09-29 Jonathan Blandford <jrb@redhat.com> * glib/tmpl/trees-nary.sgml: Add g_node_insert_after().
This commit is contained in:
committed by
Jonathan Blandford
parent
79b416d023
commit
b3ee868f94
@@ -1,3 +1,7 @@
|
||||
2000-09-29 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* glib/tmpl/trees-nary.sgml: Add g_node_insert_after().
|
||||
|
||||
Thu Sep 7 12:35:35 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Some further makefile improvement.
|
||||
|
@@ -1319,6 +1319,7 @@ g_node_copy
|
||||
<SUBSECTION>
|
||||
g_node_insert
|
||||
g_node_insert_before
|
||||
g_node_insert_after
|
||||
g_node_append
|
||||
g_node_prepend
|
||||
|
||||
|
@@ -113,6 +113,18 @@ the node is inserted as the last child of @parent.
|
||||
@Returns: the inserted #GNode.
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_node_insert_after ##### -->
|
||||
<para>
|
||||
Inserts a #GNode beneath the parent after the given sibling.
|
||||
</para>
|
||||
|
||||
@parent: the #GNode to place @node under.
|
||||
@sibling: the sibling #GNode to place @node after. If sibling is NULL,
|
||||
the node is inserted as the first child of @parent.
|
||||
@node: the #GNode to insert.
|
||||
@Returns: the inserted #GNode.
|
||||
|
||||
|
||||
<!-- ##### MACRO g_node_append ##### -->
|
||||
<para>
|
||||
Inserts a #GNode as the last child of the given parent.
|
||||
|
Reference in New Issue
Block a user