get_info
Description:
public bool get_info (string path, ResourceLookupFlags lookup_flags, out size_t size, out uint32 flags) throws Error
Looks for a file at the specified path in the resource and if found returns information about it.
lookup_flags controls the behaviour of the lookup.
The only error this can return is g_resource_error_not_found, if path was not found in
this.
Parameters:
| this |
A [struct@Gio.Resource] |
| path |
A path name inside the resource |
| lookup_flags |
A [flags@Gio.ResourceLookupFlags] |
| size |
a location to place the length of the contents of the file, or `NULL` if the length is not needed |
| flags |
a location to place the flags about the file, or `NULL` if the length is not needed |
Returns:
|
`TRUE` if the file was found, `FALSE` if there were errors |