[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "4.2" ) ]
public string[] resource_lookup_all (ResourceType type, string filename)
Similar to resource_lookup, but returns all resource of the specified type
, that whose name is filename.
The caller is responsible to free the returned string array using strfreev when no longer needed.
| type |
type of the resource to lookup. |
| filename |
relative file path. If |
|
list of possible resources for |