Method

IdeVcsTagget_name

since: 3.32

Declaration

gchar*
ide_vcs_tag_get_name (
  IdeVcsTag* self
)

Description

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

Available since: 3.32

Return value

Type: gchar*

A string containing the tag name.

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