Method

GgitIndexEntryset_path

Declaration [src]

void
ggit_index_entry_set_path (
  GgitIndexEntry* entry,
  const gchar* path
)

Description [src]

Set the path of the index entry. The path should be relative to the working directory.

Parameters

path const gchar*
 

The path.

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