Method
GgitRepositoryrename_remote
Declaration [src]
gchar**
ggit_repository_rename_remote (
GgitRepository* repository,
const gchar* name,
const gchar* new_name,
GError** error
)
Parameters
name |
const gchar* |
The remote name to be renamed. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
new_name |
const gchar* |
New name 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 . |