Inserts a glib.Node beneath the parent at the given position.
the position to place node at, with respect to its siblings If position is -1, 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 at the given position.