API Version: 1.0
Library Version: 1.1.0
gboolean ggit_index_remove ( GgitIndex* idx, GFile* file, gint stage, GError** error )
Remove a file from the index (specified by position).
file
GFile*
The file to search.
stage
gint
The stage to search.
error
GError **
GError*
NULL
gboolean
TRUE if the file was successfully removed, FALSE otherwise.
TRUE
FALSE