Interface
PeasGtkConfigurable
since: 1.0
Description [src]
interface PeasGtk.Configurable : GObject.Object
Interface for configurable plugins.
Available since: 1.0
Prerequisite
In order to implement Configurable, your type must inherit fromGObject
.
Instance methods
peas_gtk_configurable_create_configure_widget
Creates the configure widget for the plugin.
since: 1.0
Interface structure
struct PeasGtkConfigurableInterface {
GTypeInterface g_iface;
GtkWidget* (* create_configure_widget) (
PeasGtkConfigurable* configurable
);
}
Provides an interface for configurable plugins.
Interface members
g_iface |
|
The parent interface. |
|
create_configure_widget |
|
Creates the configure widget for the plugin. |
Virtual methods
PeasGtk.Configurable.create_configure_widget
Creates the configure widget for the plugin.
since: 1.0