Interface
PeasGtkConfigurable
Description [src]
interface PeasGtk.Configurable : GObject.Object
Interface for configurable plugins.
Prerequisite
In order to implement Configurable, your type must inherit from
GObject
.
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 |
|
No description available. |