Method

GgitTreeBuilderremove

Declaration [src]

void
ggit_tree_builder_remove (
  GgitTreeBuilder* builder,
  const gchar* path,
  GError** error
)

Description [src]

Remove an entry from the builder by path.

Parameters

path const gchar*
 

The path to remove.

 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.