X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=filetree.mli;h=a80554063e2c4bc7af4017019eac73c62955504c;hb=298cc147ee0015df2128f9efe0402004e9820b9c;hp=697bb5ef800f5365ec1b9014b72368c94d9227c3;hpb=674ec31578216d728c4ab9c0a8a297e47c81c492;p=guestfs-browser.git diff --git a/filetree.mli b/filetree.mli index 697bb5e..a805540 100644 --- a/filetree.mli +++ b/filetree.mli @@ -46,6 +46,12 @@ object ('a) 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 @@ -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. - All the components are wired together in the {!Window} + All the components are wired together in the {!Main} module. *) method after : 'a