get_children
Description:
[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( deprecated = true , deprecated_since = "40." ) ]
public unowned Location[] get_children ()
[ Version ( deprecated = true , deprecated_since = "40." ) ]
public unowned Location[] get_children ()
Warning: get_children is deprecated since 40..
Gets an array of this's children; this is owned by this and will not remain valid if this is freed.
Note:
Use next_child instead to avoid high memory consumption
Parameters:
this |
a Location |
Returns:
this's children. (May be empty, but will not be null.) |