[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "4.2" ) ]
public string[] resource_match_custom (ResourceType type, bool unique, MatchFunc func)
Yet to be implemented!
| type |
type of the resource to locate directories for. |
| unique |
if true, only return items which have unique suffixes. |
| func |
callback to determine if there was a match |
| user_data |
caller defined data |
|
The caller is responsible to free the returned string array using strfreev when no longer needed. |