Method
PeasEngineload_plugin
Declaration [src]
gboolean
peas_engine_load_plugin (
PeasEngine* engine,
PeasPluginInfo* info
)
Description [src]
Loads the plugin corresponding to info
if it’s not currently loaded.
Emits the PeasEngine::load-plugin
signal; loading the plugin
actually occurs in the default signal handler.
Parameters
info |
PeasPluginInfo |
A |
|
The data is owned by the caller of the function. |