X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=filetree_ops.mli;h=34d261416d692c4554c5299bcac2cdf2af3191c8;hb=refs%2Ftags%2F0.1.7;hp=8b6e0e3bbb8e76f8b463f499dd4e0e91e32d8d7a;hpb=c79fc07ff71926b3bf956ff296336f6f71bb3b1e;p=guestfs-browser.git diff --git a/filetree_ops.mli b/filetree_ops.mli index 8b6e0e3..34d2614 100644 --- a/filetree_ops.mli +++ b/filetree_ops.mli @@ -28,10 +28,22 @@ (**/**) +val checksum_file : Filetree_type.t -> Gtk.tree_path -> string -> unit -> unit + +val copy_regvalue : Filetree_type.t -> Gtk.tree_path -> unit -> unit + val disk_usage : Filetree_type.t -> Gtk.tree_path -> unit -> unit -val download_file : Filetree_type.t -> Gtk.tree_path -> unit -> unit +val display_inspection_data : Filetree_type.t -> Gtk.tree_path -> unit -> unit + +val download_as_reg : Filetree_type.t -> Gtk.tree_path -> string -> unit -> unit -val download_dir_tarball : Filetree_type.t -> Slave.download_dir_tarball_format -> Gtk.tree_path -> unit -> unit +val download_dir_tarball : Filetree_type.t -> Slave_types.download_dir_tarball_format -> Gtk.tree_path -> unit -> unit val download_dir_find0 : Filetree_type.t -> Gtk.tree_path -> unit -> unit + +val download_file : Filetree_type.t -> Gtk.tree_path -> unit -> unit + +val file_information : Filetree_type.t -> Gtk.tree_path -> unit -> unit + +val view_file : Filetree_type.t -> Gtk.tree_path -> string -> unit -> unit