[ CCode ( array_length = false , array_null_terminated = true ) ]
public string[] enumerate_children (string path, ResourceLookupFlags lookup_flags) throws Error
Returns all the names of children at the specified path
in the resource.
The return result is a null terminated list of strings which should be released with strfreev.
If path
is invalid or does not exist in the Resource,
g_resource_error_not_found will be returned.
lookup_flags
controls the behaviour of the lookup.
this |
A Resource |
path |
A pathname inside the resource |
lookup_flags |
an array of constant strings |