Ggit.DiffBinaryFile – ggit-1.0 Reference Manual
Packages
ggit-1.0
Ggit
DiffBinaryFile
@ref
get_binary_type
get_data
get_inflated_size
unref
DiffBinaryFile
Object Hierarchy:
Description:
[
CCode
( ref_function =
"ggit_diff_binary_file_ref"
, type_id =
"ggit_diff_binary_file_get_type ()"
, unref_function =
"ggit_diff_binary_file_unref"
) ]
[
Compact
]
public
class
DiffBinaryFile
Represents a diff binary file.
Namespace:
Ggit
Package:
ggit-1.0
Content:
Methods:
public
DiffBinaryFile
@ref
()
Atomically increments the reference count of
this
by one.
public
DiffBinaryType
get_binary_type
()
Gets the
DiffBinaryType
for
this
.
public
uint8
get_data
(
size_t
? size)
Get the binary data.
public
size_t
get_inflated_size
()
Gets the length of the binary data after inflation.
public
void
unref
()
Atomically decrements the reference count of
this
by one.