pub fn resources_enumerate_children(
path: &str,
lookup_flags: ResourceLookupFlags,
) -> Result<Vec<GString>, Error>
Expand description
Returns all the names of children at the specified @path in the set of globally registered resources.
The return result is a NULL
terminated list of strings which should
be released with strfreev()
.
@lookup_flags controls the behaviour of the lookup.
§path
A path name inside the resource
§lookup_flags
§Returns
an array of constant strings