Interface
IdeVcsTag
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.
Interface structure
struct IdeVcsTagInterface {
GTypeInterface parent;
char* (* dup_name) (
IdeVcsTag* self
);
}
No description available.
Interface members
parent |
|
No description available. | |
dup_name |
|
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.