get_children
Description:
[
Version ( since =
"4.2" ) ]
public SList<
unowned TreeNode>
get_children ()
Get a list of all this's children, free it with g_slist_free after usage
Parameters:
Returns:
|
a new SList of TreeNode
objects, or null if this does not have any child
|