summaryrefslogtreecommitdiffstats
path: root/virt-ctrl/vc_mainwindow.mli
diff options
context:
space:
mode:
Diffstat (limited to 'virt-ctrl/vc_mainwindow.mli')
-rw-r--r--virt-ctrl/vc_mainwindow.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/virt-ctrl/vc_mainwindow.mli b/virt-ctrl/vc_mainwindow.mli
index 68843fb..39439e9 100644
--- a/virt-ctrl/vc_mainwindow.mli
+++ b/virt-ctrl/vc_mainwindow.mli
@@ -22,7 +22,7 @@
(** This function creates the main window. You have to pass in
callback functions to wire everything up.
*)
-val make : open_connection:(unit -> unit) ->
+val make :
start_domain:Vc_domain_ops.dops_callback_fn ->
pause_domain:Vc_domain_ops.dops_callback_fn ->
resume_domain:Vc_domain_ops.dops_callback_fn ->