Add status bar, progress bar, command line.
[virt-resize-ui.git] / source_tab.mli
index 7da62ad..f492088 100644 (file)
@@ -39,6 +39,11 @@ object ('a)
       information requested, and the source disk image or guest has
       been opened successfully. *)
   method ready : callback:(unit -> unit) -> GtkSignal.id
+
+  (** This function performs the {!Cmdline.cli_request} operation.
+      The actual operation happens asynchronously after this function
+      has returned. *)
+  method run_cli_request : Cmdline.cli_request -> unit
 end
 
 val tab : unit -> tab