IdeConfigViewAddin
IdeConfigViewAddin
|
|
Object Hierarchy
GInterface
╰── IdeConfigViewAddin
Prerequisites
IdeConfigViewAddin requires
GObject.
Types and Values
IDE_TYPE_CONFIG_VIEW_ADDIN
#define IDE_TYPE_CONFIG_VIEW_ADDIN (ide_config_view_addin_get_type())
struct IdeConfigViewAddinInterface
struct IdeConfigViewAddinInterface {
GTypeInterface parent_iface;
void (*load) (IdeConfigViewAddin *self,
DzlPreferences *preferences,
IdeConfig *configuration);
};
IdeConfigViewAddin
typedef struct _IdeConfigViewAddin IdeConfigViewAddin;