Method

GgitReflogEntryget_message

Declaration [src]

const gchar*
ggit_reflog_entry_get_message (
  GgitReflogEntry* reflog_entry
)

Description [src]

Gets the message.

Return value

Type: const gchar*

The message 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.