Struct
PeasPluginInfo
since: 1.0
Description [src]
struct PeasPluginInfo {
/* No available fields */
}
The PeasPluginInfo
structure contains only private data and should only
be accessed using the provided API.
Available since: 1.0
Instance methods
peas_plugin_info_get_authors
Gets a NULL
-terminated array of strings with the authors of the plugin.
since: 1.0
peas_plugin_info_get_settings
Creates a new GSettings
for the given schema_id
and if
gschemas.compiled is not in the module directory an attempt
will be made to create it.
since: 1.4