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