Method

GgitRemoteget_url

Declaration [src]

const gchar*
ggit_remote_get_url (
  GgitRemote* remote
)

Description [src]

Gets the remote’s url.

Return value

Returns: const gchar*
 

The url of remote or NULL.

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