Implement open disk and connect to URI menu options.
[guestfs-browser.git] / filetree.mli
index 697bb5e..a805540 100644 (file)
@@ -46,6 +46,12 @@ object ('a)
         not any untrusted string from the guest; usually we pass the
         name of the guest from libvirt here. *)
 
         not any untrusted string from the guest; usually we pass the
         name of the guest from libvirt here. *)
 
+  method oses : Slave_types.inspection_os list
+    (** If operating system root(s) are currently loaded into the
+        filetree widget, this returns a list of them.  If none are
+        loaded (empty, or could be just a pile of filesystems), then this
+        returns an empty list. *)
+
   method get_pathname : Gtk.tree_iter -> Slave_types.source * string
     (** Use [get_pathname row] on a [row] representing a file or
         directory.  It searches back up the tree to get the source
   method get_pathname : Gtk.tree_iter -> Slave_types.source * string
     (** Use [get_pathname row] on a [row] representing a file or
         directory.  It searches back up the tree to get the source
@@ -104,7 +110,7 @@ object ('a)
         the code split into small modules, with the filetree widget
         just emitting signals when some action needs to take place.
 
         the code split into small modules, with the filetree widget
         just emitting signals when some action needs to take place.
 
-        All the components are wired together in the {!Window}
+        All the components are wired together in the {!Main}
         module. *)
 
   method after : 'a
         module. *)
 
   method after : 'a