Back to Seed Clases

Peas


Classes

Interfaces

Structs

Unions

Enums

Struct Peas.PluginInfo

Import line: Peas = imports.gi.Peas;
GIR File: Peas-1.0.gir
C documentation: PeasPluginInfo
Struct : PluginInfo
Boxed type for the information related to a plugin.
Properties
None
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Peas.Engine
Signal
load_plugin (Engine self, PluginInfo info) : none
The load-plugin signal is emitted when a plugin is being loaded.
Peas.Engine
Signal
unload_plugin (Engine self, PluginInfo info) : none
The unload-plugin signal is emitted when a plugin is being unloaded.
Peas.Engine
Method
create_extension (PluginInfo info, Number extension_type, guint32 n_parameters, Array parameters) : Peas.Extension
Peas.Engine
Method
get_plugin_info (String plugin_name) : Peas.PluginInfo
Peas.Engine
Method
load_plugin (PluginInfo info) : gboolean
Loads the plugin corresponding to info if it's not currently loaded.
Peas.Engine
Method
provides_extension (PluginInfo info, Number extension_type) : gboolean
Peas.Engine
Method
unload_plugin (PluginInfo info) : gboolean
Unloads the plugin corresponding to info.
Peas.ExtensionBase
Property
plugin_info : Peas.PluginInfo
Peas.ExtensionBase
Method
get_plugin_info () : Peas.PluginInfo
Get information relative to extbase.
Peas.ExtensionSet
Signal
extension_added (ExtensionSet self, PluginInfo info, Extension exten) : none
Peas.ExtensionSet
Signal
extension_removed (ExtensionSet self, PluginInfo info, Extension exten) : none
Peas.ExtensionSet
Method
get_extension (PluginInfo info) : Peas.Extension
PeasGtk.PluginManagerView
Method
get_selected_plugin () : Peas.PluginInfo
PeasGtk.PluginManagerView
Method
set_selected_plugin (PluginInfo info) : none
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:16:46 GMT+0800 (HKT)