Add file properties dialog.
[guestfs-browser.git] / filetree.mli
index a805540..e2fcef2 100644 (file)
@@ -60,6 +60,10 @@ object ('a)
         Don't use this on registry entries.  Use {!get_registry_path}
         instead. *)
 
+  method get_direntry : Gtk.tree_iter -> Slave_types.direntry
+    (** [get_direntry row] returns the file and stat information for a
+        file or directory. *)
+
   method get_registry_path : Gtk.tree_iter -> registry_t * string list
     (** Use [get_registry_path row] on a [row] representing a registry
         entry.  It searches back up the tree and returns a tuple
@@ -139,6 +143,8 @@ object ('a)
     callback:(Gtk.tree_path -> unit) -> GtkSignal.id
   method op_file_information :
     callback:(Gtk.tree_path -> unit) -> GtkSignal.id
+  method op_file_properties :
+    callback:(Gtk.tree_path -> unit) -> GtkSignal.id
   method op_inspection_dialog :
     callback:(Slave_types.inspection_os -> unit) -> GtkSignal.id
   method op_view_file :