Method

GgitTagget_name

Declaration [src]

const gchar*
ggit_tag_get_name (
  GgitTag* tag
)

Description [src]

Gets the name of tag.

Return value

Type: const gchar*

The name of the tag or NULL.

The returned data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.