Interface

IdeVcsConfig

since: 45

Description

interface Ide.VcsConfig : Ide.Object
No description available.

Available since: 45

Prerequisite

In order to implement VcsConfig, your type must inherit fromIdeObject.

Instance methods

ide_vcs_config_get_config
No description available.

since: 45

ide_vcs_config_set_config
No description available.

since: 45

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
GTypeInterface
 No description available.
get_config
void (* get_config) (
    IdeVcsConfig* self,
    IdeVcsConfigType type,
    GValue* value
  )
 No description available.
set_config
void (* set_config) (
    IdeVcsConfig* self,
    IdeVcsConfigType type,
    const GValue* value
  )
 No description available.

Virtual methods

Ide.VcsConfig.get_config
No description available.

since: 45

Ide.VcsConfig.set_config
No description available.

since: 45