X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=window.mli;h=b2877bb6d4d853e0b5b677687fad89f020f5f8bc;hb=c79fc07ff71926b3bf956ff296336f6f71bb3b1e;hp=2ebbeba73c962f19ad53406d9ed002630b5dceab;hpb=73f1dc10b4279528818fe0fda33daf4c34488d21;p=guestfs-browser.git diff --git a/window.mli b/window.mli index 2ebbeba..b2877bb 100644 --- a/window.mli +++ b/window.mli @@ -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. *)