Interface
IdeVcsConfig
Prerequisite
In order to implement VcsConfig, your type must inherit from
IdeObject
.
Instance methods
ide_vcs_config_get_config
No description available.
ide_vcs_config_set_config
No description available.
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
);
}
Interface members
parent |
|
No description available. | |
get_config |
|
No description available. | |
set_config |
|
No description available. |
Virtual methods
Ide.VcsConfig.get_config
No description available.
Ide.VcsConfig.set_config
No description available.