FileVerification
Object Hierarchy:
Description:
public interface FileVerification : Object
Applies overlay scan results to the live filesystem and project index.
Scan decides created vs modified vs removed during the overlay walk; implementations only
apply each change. Paths only — no SQLite or project-manager types in this interface.
All known implementing classes:
Content:
Methods:
- public abstract async void created (FileType file_type, string real_path, string overlay_path)
A new file, folder, or alias appeared in the overlay upper layer.
- public abstract async void finish ()
Scan walk complete — refresh review lists and release session state.
- public virtual async FileType has_file (string real_path)
Type recorded in the project index for @real_path.
- public abstract async void modified (FileType file_type, string real_path, string overlay_path)
An existing indexed item changed in the overlay upper layer.
- public abstract async void removed (FileType file_type, string real_path, string overlay_path)
A whiteout or delete marker removed an indexed item.
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