Import line: | Peas = imports.gi.Peas; |
GIR File: | Peas-1.0.gir |
C documentation: | PeasPluginInfo |
Struct : | PluginInfo |
None |
Method / Constructor | Defined By | |
---|---|---|
get_authors
()
:
Array
Gets a NULL-terminated array of strings with the authors of the plugin.
Gets a NULL-terminated array of strings with the authors of the plugin.
|
Peas.PluginInfo | |
get_copyright
()
:
String
Gets the copyright of the plugin.
Gets the copyright of the plugin.
|
Peas.PluginInfo | |
get_data_dir
()
:
String
Gets the data dir of the plugin.
Gets the data dir of the plugin.
|
Peas.PluginInfo | |
get_dependencies
()
:
Array
|
Peas.PluginInfo | |
get_description
()
:
String
Gets the description of the plugin.
Gets the description of the plugin.
|
Peas.PluginInfo | |
get_help_uri
()
:
String
|
Peas.PluginInfo | |
get_icon_name
()
:
String
|
Peas.PluginInfo | |
get_module_dir
()
:
String
Gets the module directory.
Gets the module directory.
|
Peas.PluginInfo | |
get_module_name
()
:
String
Gets the module name.
Gets the module name.
|
Peas.PluginInfo | |
get_name
()
:
String
Gets the name of the plugin.
Gets the name of the plugin.
|
Peas.PluginInfo | |
get_version
()
:
String
Gets the version of the plugin.
Gets the version of the plugin.
|
Peas.PluginInfo | |
get_website
()
:
String
Gets the website of the plugin.
Gets the website of the plugin.
|
Peas.PluginInfo | |
Peas.PluginInfo | ||
is_available
()
:
gboolean
Check if the plugin is available.
Check if the plugin is available. A plugin is marked as not available when
there is no loader available to load it, or when there has been an error when trying to load it previously.
|
Peas.PluginInfo | |
is_builtin
()
:
gboolean
|
Peas.PluginInfo | |
is_hidden
()
:
gboolean
|
Peas.PluginInfo | |
is_loaded
()
:
gboolean
Check if the plugin is loaded.
Check if the plugin is loaded.
|
Peas.PluginInfo |
None |
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 |
|
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 |
|
Peas.ExtensionSet
Signal |
|
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
|