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, 3 insertions, 1 deletions
diff --git a/virt-ctrl/vc_connections.mli b/virt-ctrl/vc_connections.mli
index 13c1f20..d3542dc 100644
--- a/virt-ctrl/vc_connections.mli
+++ b/virt-ctrl/vc_connections.mli
@@ -41,7 +41,9 @@ val repopulate : GTree.view -> GTree.tree_store -> columns -> state -> state
(** Create the GtkTreeView. Returns the widget itself, the model,
the list of columns, and the initial state.
*)
-val make_treeview : ?packing:(GObj.widget -> unit) -> unit -> GTree.view * GTree.tree_store * columns * state
+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