Method

GgitRefget_name

Declaration [src]

const gchar*
ggit_ref_get_name (
  GgitRef* ref
)

Description [src]

Gets the full name of ref.

Return value

Type: const gchar*

The full name of a reference 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.