get_children


Description:

[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "2.8" ) ]
public (unowned Item)[] get_children ()

Returns the item's list of children.

This procedure returns the list of items which are children of the specified item. The order is topmost to bottommost.

Parameters:

this

The item.

Returns:

The item's list of children. The returned value must be freed with g_free .