Function
Gioresources_enumerate_children
Declaration
char**
g_resources_enumerate_children (
const char* path,
GResourceLookupFlags lookup_flags,
GError** error
)
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 g_strfreev().
lookup_flags
controls the behaviour of the lookup.
Available since: | 2.32 |
Parameters
path |
const char* |
A pathname inside the resource. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
lookup_flags |
GResourceLookupFlags |
A |
|
error |
GError ** |
The return location for a GError* , or NULL . |