Method

GgitRepositoryremove_note

Declaration [src]

gboolean
ggit_repository_remove_note (
  GgitRepository* repository,
  const gchar* notes_ref,
  GgitSignature* author,
  GgitSignature* committer,
  GgitOId* id,
  GError** error
)

Description [src]

Removes the note for an object.

Parameters

notes_ref const gchar*
 

Canonical name of the reference to use, or NULL to use the default ref.

 The argument can be NULL.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
author GgitSignature
 

Author signature.

 The data is owned by the caller of the function.
committer GgitSignature
 

Committer signature.

 The data is owned by the caller of the function.
id GgitOId
 

OID of the git object to decorate.

 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE if the note was removed from id.