Node.insertBefore

Inserts a glib.Node beneath the parent before the given sibling.

class Node
insertBefore

Parameters

sibling Node

the sibling glib.Node to place node before. If sibling is NULL, the node is inserted as the last child of parent.

node Node

the glib.Node to insert

Return Value

Type: Node

the inserted glib.Node