X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=filetree.mli;h=9730fef49dede99aabe09db8ffbc2dc65a48cd4a;hb=3b2348f5f4b770e3e7f886d851eeadc59bbd2357;hp=4bb2c30792055e88ff26cb820ec969e34920d7b6;hpb=e0047b09f88dcfa6dd9e771caf57a744095321f2;p=guestfs-browser.git diff --git a/filetree.mli b/filetree.mli index 4bb2c30..9730fef 100644 --- a/filetree.mli +++ b/filetree.mli @@ -38,7 +38,7 @@ val create : packing:(GObj.widget -> unit) -> unit -> t val clear : t -> unit (** Clear out all rows in existing widget. *) -val add : t -> string -> Slave.inspection_data -> unit +val add : t -> string -> Slave_types.inspection_data -> unit (** [add t name data] clears out the widget and adds the operating system and/or filesystems described by the [data] struct.