Function
Gioresources_get_info
Declaration
gboolean
g_resources_get_info (
const char* path,
GResourceLookupFlags lookup_flags,
gsize* size,
guint32* flags,
GError** error
)
Description
Looks for a file at the specified path
in the set of
globally registered resources and if found returns information about it.
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 |
|
size |
gsize* |
A location to place the length of the contents of the file,
or |
|
The argument will be set by the function. | |
The argument can be NULL . | |
flags |
guint32* |
A location to place the |
|
The argument will be set by the function. | |
The argument can be NULL . | |
error |
GError ** |
The return location for a GError* , or NULL . |