Interface

IdeVcsConfig

Description

interface Ide.VcsConfig : Ide.Object

No description available.

Prerequisite

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

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
  );
  
}

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.

Ide.VcsConfig.set_config
No description available.