X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2Freference%2Fglib%2Ftmpl%2Ftrees-nary.sgml;h=8916fa69bf41f37c3b13571731d66eb141bdf938;hb=b3ee868f9443d4de4b26d159e49fbd2c512ee1e8;hp=2019c861b12ddea5b037226e5bade26cfb2d66b5;hpb=79b416d0233f0f293274aa688d464fc27eaaa412;p=platform%2Fupstream%2Fglib.git diff --git a/docs/reference/glib/tmpl/trees-nary.sgml b/docs/reference/glib/tmpl/trees-nary.sgml index 2019c86..8916fa6 100644 --- a/docs/reference/glib/tmpl/trees-nary.sgml +++ b/docs/reference/glib/tmpl/trees-nary.sgml @@ -113,6 +113,18 @@ the node is inserted as the last child of @parent. @Returns: the inserted #GNode. + + +Inserts a #GNode beneath the parent after the given sibling. + + +@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. + + Inserts a #GNode as the last child of the given parent.