ocaml: Make dependencies file stable.
[guestfs-browser.git] / window.mli
index 97aab79..b91ccd9 100644 (file)
@@ -35,6 +35,9 @@ val throbber_idle : window_state -> unit -> unit
       thread) which are called whenever the throbber should be
       animated/busy or idle.  *)
 
+val progress : window_state -> int64 * int64 -> unit
+  (** This called whenever the progress bar should move. *)
+
 (*
   val run_cli_request : window_state -> Cmdline.cli_request -> unit
 (** This function performs the {!Cmdline.cli_request} operation.