resourcesEnumerateChildren

fnstring[] resourcesEnumerateChildren(string path, gio.types.ResourceLookupFlags lookupFlags)

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 [glib.global.strfreev].

lookup_flags controls the behaviour of the lookup.

Parameters

pathA pathname inside the resource
lookupFlagsA #GResourceLookupFlags

Returns

an array of constant strings

Throws

[ErrorWrap]