summaryrefslogtreecommitdiffstats
path: root/virt-ctrl/vc_connections.mli
diff options
context:
space:
mode:
Diffstat (limited to 'virt-ctrl/vc_connections.mli')
-rw-r--r--virt-ctrl/vc_connections.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/virt-ctrl/vc_connections.mli b/virt-ctrl/vc_connections.mli
index 22c40a1..261f853 100644
--- a/virt-ctrl/vc_connections.mli
+++ b/virt-ctrl/vc_connections.mli
@@ -45,8 +45,8 @@ val make_treeview :
?packing:(GObj.widget -> unit) -> unit ->
GTree.view * GTree.tree_store * columns * state
-(** This callback creates the Connect to hypervisor dialog. *)
-val open_connection : unit -> unit
+(** Open a new connection to the hypervisor URI given. *)
+val open_connection : string -> unit
(** Return the amount of historical data that we hold about a
domain (in seconds).