Top | ![]() |
![]() |
![]() |
![]() |
gboolean | ide_extension_util_can_use_plugin () |
PeasExtensionSet * | ide_extension_set_new () |
PeasExtension * | ide_extension_new () |
gboolean ide_extension_util_can_use_plugin (PeasEngine *engine
,PeasPluginInfo *plugin_info
,GType interface_type
,const gchar *key
,const gchar *value
,gint *priority
);
PeasExtensionSet * ide_extension_set_new (PeasEngine *engine
,GType type
,const gchar *first_property
,...
);
This function acts like peas_extension_set_new()
except that it allows for
us to pass properties that are in the parent class.
It does this by duplicating some of the GParameter stuff that libpeas does but looking at base-classes in addition to interface properties.
Since: 3.32
PeasExtension * ide_extension_new (PeasEngine *engine
,PeasPluginInfo *plugin_info
,GType interface_type
,const gchar *first_property
,...
);