Stage
Object Hierarchy:
Description:
public class Stage : Object
Content:
Methods:
- public async void @delete (File file) throws Error
- public async OId? commit (string message, Signature author, Signature committer, StageCommitOptions options) throws Error
- public async OId? commit_index (Index index, Ref reference, string message, Signature author, Signature committer, OId[]? parents, StageCommitOptions options) throws Error
- public async OId? commit_tree (OId treeoid, Ref reference, string message, Signature author, Signature committer, OId[]? parents, StageCommitOptions options) throws Error
- public async void delete_path (string path) throws Error
- public async Diff? diff_index (StageStatusItem f, DiffOptions? defopts = null) throws Error
- public async Diff? diff_index_all (StageStatusItem[]? files, DiffOptions? defopts = null) throws Error
- public async Diff? diff_workdir (StageStatusItem f, DiffOptions? defopts = null) throws Error
- public async Diff? diff_workdir_all (StageStatusItem[] files, DiffOptions? defopts = null) throws Error
- public StageStatusEnumerator file_status (StatusOptions? options = null)
- public async Tree? get_head_tree () throws Error
- public async void pre_commit_hook (Signature author) throws StageError
- public async void refresh () throws Error
- public async void revert (File file) throws Error
- public async void revert_patch (PatchSet patch) throws Error
- public async void revert_path (string path) throws Error
- public async void stage (File file) throws Error
- public async void stage_commit (string path, Commit commit) throws Error
- public async void stage_patch (PatchSet patch) throws Error
- public async void stage_path (string path) throws Error
- public async void unstage (File file) throws Error
- public async void unstage_patch (PatchSet patch) throws Error
- public async void unstage_path (string path) throws Error
Inherited Members:
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref