summaryrefslogtreecommitdiffstats
path: root/virt-ctrl/vc_connections.mli
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2008-02-16 19:23:16 +0000
committerRichard W.M. Jones <rjones@redhat.com>2008-02-16 19:23:16 +0000
commitd7a277ed8a3312d927d712cb01807ea07d7b96ae (patch)
tree5fc51cd352e39b8a1ed050cc8be9ff1121691021 /virt-ctrl/vc_connections.mli
parent430d646f23385cff10f3cfe359f27226f42cf01a (diff)
downloadvirt-top-d7a277ed8a3312d927d712cb01807ea07d7b96ae.tar.gz
virt-top-d7a277ed8a3312d927d712cb01807ea07d7b96ae.tar.xz
virt-top-d7a277ed8a3312d927d712cb01807ea07d7b96ae.zip
Move open_connection dialog.
- Move open_connection dialog into vc_mainwindow which is more logical.
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).