Inserts a glib.Node beneath the parent after the given sibling.
the sibling glib.Node to place node after. If sibling is NULL, the node is inserted as the first child of parent.
the glib.Node to insert
the inserted glib.Node
Inserts a glib.Node beneath the parent after the given sibling.