Method

GgitRemoteHeadget_name

Declaration [src]

const gchar*
ggit_remote_head_get_name (
  GgitRemoteHead* remote_head
)

Description [src]

Get the remote head name.

Return value

Returns: const gchar*
 

The remote head name or NULL.

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