Interface
IdeVcsConfig
Prerequisite
In order to implement VcsConfig, your type must inherit fromIdeObject
.
Interface structure
struct IdeVcsConfigInterface {
GTypeInterface parent;
void (* get_config) (
IdeVcsConfig* self,
IdeVcsConfigType type,
GValue* value
);
void (* set_config) (
IdeVcsConfig* self,
IdeVcsConfigType type,
const GValue* value
);
}
No description available.
Interface members
parent |
|
No description available. | |
get_config |
|
No description available. | |
set_config |
|
No description available. |