Method

GgitRevisionWalkerhide_ref

Declaration [src]

void
ggit_revision_walker_hide_ref (
  GgitRevisionWalker* walker,
  const gchar* item,
  GError** error
)

Description [src]

Hide the OID pointed to by the named reference to the revision walker.

Parameters

item const gchar*
 

The reference to hide.

 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.