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

 The data is owned by the caller of the function.

Return value

Returns: gboolean
 

Whether the plugin has been successfully loaded.