DiffFile
Object Hierarchy:
Description:
[ CCode ( ref_function = "ggit_diff_file_ref" , type_id = "ggit_diff_file_get_type ()" , unref_function = "ggit_diff_file_unref" ) ]
[ Compact ]
public class DiffFile
Represents a file in a Diff.
Content:
Methods:
- public unowned DiffFile? @ref ()
Atomically increments the reference count of this
by one.
- public DiffFlag get_flags ()
Gets the GgitDifflags
s for this
.
- public uint16 get_mode ()
Gets the mode for this.
- public unowned OId? get_oid ()
- public unowned string? get_path ()
Gets the path of this or
null if it is unknown.
- public int64 get_size ()
Gets the size for this.
- public void unref ()
Atomically decrements the reference count of this
by one.