Interface
IdeVcsTag
Prerequisite
In order to implement VcsTag, your type must inherit fromGObject
.
Instance methods
ide_vcs_tag_get_name
Gets the name of the tag, which is used in various UI elements to display to the user.
since: 3.32
Interface structure
struct IdeVcsTagInterface {
GTypeInterface parent;
gchar* (* get_name) (
IdeVcsTag* self
);
}
No description available.
Interface members
parent |
|
No description available. | |
get_name |
|
No description available. |
Virtual methods
Ide.VcsTag.get_name
Gets the name of the tag, which is used in various UI elements to display to the user.
since: 3.32