Method

GgitRemoteget_name

Declaration [src]

const gchar*
ggit_remote_get_name (
  GgitRemote* remote
)

Description [src]

Gets the remote’s name.

Return value

Type: const gchar*

The name of remote 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.