Method

GgitRepositoryremove_remote

Declaration [src]

gboolean
ggit_repository_remove_remote (
  GgitRepository* repository,
  const gchar* name,
  GError** error
)

Description [src]

Removes remote from the repository.

Parameters

name const gchar*
 

The remote’s name.

 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.