mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-04 04:39:20 +02:00
Macro to insert a new GNode "after" the given sibling.
https://bugzilla.gnome.org/show_bug.cgi?id=626258 Signed-off-by: Ravi Sankar Guntur <ravi.g@samsung.com>
This commit is contained in:
committed by
Matthias Clasen
parent
aa95853f9c
commit
e9725d1656
@@ -53,8 +53,9 @@
|
||||
* g_node_insert_before(), g_node_append() and g_node_prepend().
|
||||
*
|
||||
* To create a new node and insert it into a tree use
|
||||
* g_node_insert_data(), g_node_insert_data_before(),
|
||||
* g_node_append_data() and g_node_prepend_data().
|
||||
* g_node_insert_data(), g_node_insert_data_after(),
|
||||
* g_node_insert_data_before(), g_node_append_data()
|
||||
* and g_node_prepend_data().
|
||||
*
|
||||
* To reverse the children of a node use g_node_reverse_children().
|
||||
*
|
||||
|
Reference in New Issue
Block a user