Function gio::functions::resources_enumerate_children
source · 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 None
terminated list of strings which should
be released with g_strfreev().
@lookup_flags controls the behaviour of the lookup.
§path
A pathname inside the resource
§lookup_flags
A #GResourceLookupFlags
§Returns
an array of constant strings