Class
PeasExtensionBase
Description [src]
abstract class Peas.ExtensionBase : GObject.Object {
parent: GObject,
priv: PeasExtensionBasePrivate*
}
Base class for C extensions.
Instance methods
peas_extension_base_get_data_dir
Get the path of the directory where the plugin should look for its data files.
peas_extension_base_get_plugin_info
Get information relative to extbase
.
Properties
Peas.ExtensionBase:data-dir
The The full path of the directory where the plugin should look for its data files.
Peas.ExtensionBase:plugin-info
The PeasPluginInfo
related to the current plugin.