Virtual Method

IdeVcsTagdup_name

Declaration

char*
dup_name (
  IdeVcsTag* self
)

Description

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

Return value

Type: char*

A string containing the tag name.

The caller of the function takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.