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.
Content:
Methods:
- public DiffBinaryFile @ref ()
Atomically increments the reference count of
this by one.
- public DiffBinaryType get_binary_type ()
- 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.