Method

GgitRepositorydelete_tag

Declaration [src]

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

Description [src]

Delete an existing tag reference by name.

Parameters

name const gchar*
 

The name of the tag.

 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 the tag was deleted successfully, FALSE otherwise.