Node.children

Get children field.

class Node
@property
children
()

Return Value

Type: glib.node.Node

points to the first child of the #GNode. The other children are accessed by using the @next pointer of each child.