Interface

IdeVcsTag

Description

interface Ide.VcsTag : GObject.Object

No description available.

Prerequisite

In order to implement VcsTag, your type must inherit fromGObject.

Instance methods

ide_vcs_tag_dup_name

Gets the name of the tag, which is used in various UI elements to display to the user.

Properties

Ide.VcsTag:name
No description available.

Interface structure

struct IdeVcsTagInterface {
  GTypeInterface parent;
  char* (* dup_name) (
    IdeVcsTag* self
  );
  
}

No description available.

Interface members
parent
GTypeInterface
 

No description available.

dup_name
char* (* dup_name) (
    IdeVcsTag* self
  )
 

No description available.

Virtual methods

Ide.VcsTag.dup_name

Gets the name of the tag, which is used in various UI elements to display to the user.