Engine.prependSearchPath

This function prepends a search path to the list of paths where to look for plugins.

See Also: peas_engine_add_search_path()

class Engine
void
prependSearchPath
(
string moduleDir
,
string dataDir
)

Parameters

moduleDir string

the plugin module directory.

dataDir string

the plugin data directory.

Meta