Ggit.DiffDelta – ggit-1.0 Reference Manual
Packages
ggit-1.0
Ggit
DiffDelta
@ref
get_flags
get_new_file
get_old_file
get_similarity
get_status
unref
DiffDelta
Object Hierarchy:
Description:
[
CCode
( ref_function =
"ggit_diff_delta_ref"
, type_id =
"ggit_diff_delta_get_type ()"
, unref_function =
"ggit_diff_delta_unref"
) ]
[
Compact
]
public
class
DiffDelta
Represents the changes done to one file.
Namespace:
Ggit
Package:
ggit-1.0
Content:
Methods:
public
unowned
DiffDelta
?
@ref
()
Atomically increments the reference count of
this
by one.
public
DiffFlag
get_flags
()
Gets flags for
this
.
public
unowned
DiffFile
?
get_new_file
()
Gets the new file for
this
.
public
unowned
DiffFile
?
get_old_file
()
Gets the old file for
this
.
public
uint
get_similarity
()
Gets the similarity between
this
files.
public
DeltaType
get_status
()
Gets the
DeltaType
for
this
.
public
void
unref
()
Atomically decrements the reference count of
this
by one.