[ CCode ( array_length = false , array_null_terminated = true ) ]
[ 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.
Use next_child instead to avoid high memory consumption
this |
a Location |
this's children. (May be empty, but will not be null.) |