Method

GgitSignatureget_name

Declaration [src]

const gchar*
ggit_signature_get_name (
  GgitSignature* signature
)

Description [src]

Gets the name of the person.

Return value

Returns: const gchar*
 

The name of the person or NULL.

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