IdeVcsConfig
IdeVcsConfig
|
|
Object Hierarchy
GEnum
╰── IdeVcsConfigType
GInterface
╰── IdeVcsConfig
Prerequisites
IdeVcsConfig requires
GObject.
Types and Values
IDE_TYPE_VCS_CONFIG
#define IDE_TYPE_VCS_CONFIG (ide_vcs_config_get_type())
struct IdeVcsConfigInterface
struct IdeVcsConfigInterface {
GTypeInterface parent;
void (*get_config) (IdeVcsConfig *self,
IdeVcsConfigType type,
GValue *value);
void (*set_config) (IdeVcsConfig *self,
IdeVcsConfigType type,
const GValue *value);
};
IdeVcsConfig
typedef struct _IdeVcsConfig IdeVcsConfig;