Prepare for first binary release.
[guestfs-browser.git] / window.mli
index 2ebbeba..b2877bb 100644 (file)
@@ -35,6 +35,11 @@ val throbber_idle : window_state -> unit -> unit
       thread) which are called whenever the throbber should be
       animated/busy or idle.  *)
 
+val set_statusbar : window_state -> string -> unit
+  (** This callback from the slave thread (invoked in the main thread)
+      updates the status bar when some slave operation starts or
+      stops. *)
+
 val progress : window_state -> int64 * int64 -> unit
   (** This called whenever the progress bar should move. *)