[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "4.2" ) ]
public string[] resource_dirs (ResourceType type)
Queries the list of possible directories for the specified type.
The first element of the list is always the save location for type. None of the directories returned in the list are
garantied to exist.
This function should be rarely used. You should consider using resource_lookup or resource_match instead.
The returned list must be freed using strfreev.
| type |
type of the resource. |
|
list of possible directories for |