Get node_info just once for each connection.
[virt-top.git] / virt-ctrl / vc_connections.mli
index 13c1f20..d3542dc 100644 (file)
@@ -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