list_children


Description:

[ CCode ( array_length = false , array_null_terminated = true ) ]
public string[] list_children ()

Gets the list of children on this.

The list is exactly the list of strings for which it is not an error to call get_child.

There is little reason to call this function from "normal" code, since you should already know what children are in your schema. This function may still be useful there for introspection reasons, however.

You should free the return value with strfreev when you are done with it.

Parameters:

this

a Settings object

Returns:

a list of the children on this, in no defined order