Clamp progress bar to range 0..1.
[guestfs-browser.git] / filetree_ops.mli
index 9191ad4..34d2614 100644 (file)
 
 (**/**)
 
+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 display_inspection_data : Filetree_type.t -> Gtk.tree_path -> unit -> unit
 
-val download_file : 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