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
  Show / Hide Inherited methods, properties and signals
Boxed type for the information relative 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
activate_plugin (Engine self, PluginInfo info) : none
The activate-plugin signal is emitted when a plugin is being activated.
Peas.Engine
Signal
deactivate_plugin (Engine self, PluginInfo info) : none
The activate-plugin signal is emitted when a plugin is being deactivated.
Peas.Engine
Method
get_plugin_info (String plugin_name) : Peas.PluginInfo
Peas.Engine
Method
activate_plugin (PluginInfo info) : Boolean
Activates the plugin corresponding to info on all the objects registered against engine, loading it if it's not already available.
Peas.Engine
Method
deactivate_plugin (PluginInfo info) : Boolean
Deactivates the plugin corresponding to info on all the objects registered against engine, eventually unloading it when it has been completely deactivated.
Peas.Engine
Method
provides_extension (PluginInfo info, Number extension_type) : Boolean
Peas.Engine
Method
get_extension (PluginInfo info, Number extension_type) : Peas.Extension
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 object, Extension p0) : none
Peas.ExtensionSet
Signal
extension_removed (ExtensionSet self, PluginInfo object, Extension p0) : none
PeasUI
Method
PeasUI.plugin_info_get_icon_name (PluginInfo info) : String
Gets the icon name of the plugin.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:55 GMT+0800 (HKT)