Ggit.DiffBinary – ggit-1.0 Reference Manual
Packages
ggit-1.0
Ggit
DiffBinary
@ref
get_new_file
get_old_file
unref
DiffBinary
Object Hierarchy:
Description:
[
CCode
( ref_function =
"ggit_diff_binary_ref"
, type_id =
"ggit_diff_binary_get_type ()"
, unref_function =
"ggit_diff_binary_unref"
) ]
[
Compact
]
public
class
DiffBinary
Represents a diff binary.
Namespace:
Ggit
Package:
ggit-1.0
Content:
Methods:
public
unowned
DiffBinary
?
@ref
()
Atomically increments the reference count of
this
by one.
public
unowned
DiffBinaryFile
?
get_new_file
()
Gets the
DiffBinaryFile
new file for
this
.
public
unowned
DiffBinaryFile
?
get_old_file
()
Gets the
DiffBinaryFile
old file for
this
.
public
void
unref
()
Atomically decrements the reference count of
this
by one.