Ggit.StatusShow – libgit2-glib-1.0 Reference Manual
StatusShow
Description:
[
CCode
( cprefix =
"GGIT_STATUS_SHOW_"
, type_id =
"ggit_status_show_get_type ()"
) ]
public
enum
StatusShow
Show options for
file_status_foreach
.
Determines which files are included in the status.
Namespace:
Ggit
Package:
libgit2-glib-1.0
Content:
Enum values:
INDEX_AND_WORKDIR
-
receive one callback for each file, even if the file is in both the index and the workdir (combining
StatusFlags
).
INDEX_ONLY
-
only receive callbacks for files in the index.
WORKDIR_ONLY
-
only receive callbacks for files in the workdir.
2022 vala-language.org