Method

GgitRepositoryset_remote_url

Declaration [src]

gboolean
ggit_repository_set_remote_url (
  GgitRepository* repository,
  const gchar* remote,
  const gchar* url,
  GError** error
)

Description [src]

Sets url for the remote from the repository.

Parameters

remote const gchar*
 

The remote name who’s url is to be set.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
url const gchar*
 

Url of the remote.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE if there was no error, FALSE otherwise.