Ggit.DeltaType – ggit-1.0 Reference Manual
Packages
ggit-1.0
Ggit
DeltaType
ADDED
CONFLICTED
COPIED
DELETED
IGNORED
MODIFIED
RENAMED
TYPECHANGE
UNMODIFIED
UNREADABLE
UNTRACKED
DeltaType
Description:
[
CCode
( cprefix =
"GGIT_DELTA_"
, type_id =
"ggit_delta_type_get_type ()"
) ]
public
enum
DeltaType
Describes the type of change the delta is.
Namespace:
Ggit
Package:
ggit-1.0
Content:
Enum values:
ADDED
-
added.
CONFLICTED
COPIED
-
copied.
DELETED
-
deleted.
IGNORED
-
ignored.
MODIFIED
-
modified.
RENAMED
-
renamed.
TYPECHANGE
UNMODIFIED
-
unmodified.
UNREADABLE
UNTRACKED
-
untracked.