Method

GgitNoteget_message

Declaration [src]

const gchar*
ggit_note_get_message (
  GgitNote* note
)

Description [src]

Gets the note message.

Return value

Returns: const gchar*
 

The note message or NULL.

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