resource_lookup_all


Description:

[ 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.

Parameters:

type

type of the resource to lookup.

filename

relative file path. If filename contains a trailing slash character it is taken to reference a directory, else it is taken to reference a file.

Returns:

list of possible resources for type.


Namespace: Xfce