Method

PeasEngineunload_plugin

Declaration [src]

gboolean
peas_engine_unload_plugin (
  PeasEngine* engine,
  PeasPluginInfo* info
)

Description [src]

Unloads the plugin corresponding to info.

Emits the PeasEngine::unload-plugin signal; unloading 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 unloaded.