resource_push_path


Description:


[ Version ( since = "4.2" ) ]
public void resource_push_path (ResourceType type, string path)

Appends path to the search path list for type.

This function was written primary for use within modules in larger applications, for example MCS plugins.

For example, if you need to add a specific path to the search path list in your MCS, you should call resource_push_path prior to calling one of the resource search functions and call resource_pop_path right afterwards.

Parameters:

type

type of the resource which search list should be expanded.

path

search path to add.


Namespace: Xfce