Method

GgitTagget_message

Declaration [src]

const gchar*
ggit_tag_get_message (
  GgitTag* tag
)

Description [src]

Gets the message of tag.

Return value

Returns: const gchar*
 

The message of the tag or NULL.

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