Method

GgitRepositoryrename_remote

Declaration [src]

gchar**
ggit_repository_rename_remote (
  GgitRepository* repository,
  const gchar* name,
  const gchar* new_name,
  GError** error
)

Description [src]

Rename the remote of repository from name to new_name.

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.

Return value

Returns: An array of utf8
 

Non-default refspecs that cannot be renamed.

 The array is NULL-terminated.
 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The return value can be NULL.
 Each element is a NUL terminated UTF-8 string.