Method
GgitRepositoryset_remote_url
Declaration [src]
gboolean
ggit_repository_set_remote_url (
GgitRepository* repository,
const gchar* remote,
const gchar* url,
GError** error
)
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 . |