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