Method
GgitIndexremove
Declaration [src]
gboolean
ggit_index_remove (
GgitIndex* idx,
GFile* file,
gint stage,
GError** error
)
Parameters
file |
GFile |
The file to search. |
|
The data is owned by the caller of the function. | |
stage |
gint |
The stage to search. |
|
error |
GError ** |
The return location for a GError* , or NULL . |