Switch to using new event API.
[guestfs-browser.git] / filetree.mli
index 4bb2c30..9730fef 100644 (file)
@@ -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.