IndexEntryResolveUndo
Object Hierarchy:
Description:
[ CCode ( ref_function = "ggit_index_entry_resolve_undo_ref" , type_id = "ggit_index_entry_resolve_undo_get_type ()" , unref_function = "ggit_index_entry_resolve_undo_unref" ) ]
[ Compact ]
public class IndexEntryResolveUndo
Represents an resolve undo index entry object.
Content:
Methods:
- public unowned IndexEntryResolveUndo? @ref ()
Atomically increments the reference count of
this by one.
- public File? get_file ()
Get the file of the index entry.
- public OId? get_id (int stage)
Get the oid of the index entry.
- public uint get_mode (int stage)
Get the mode of the index entry.
- public void unref ()
Atomically decrements the reference count of
this by one.