X-Git-Url: http://git.annexia.org/?p=virt-top.git;a=blobdiff_plain;f=virt-ctrl%2Fvc_connection_dlg.mli;h=0102713f9922b2e6b09704e8adfe844b97dd11e6;hp=bfd7ba4ae4805f36eb82f83d28b28e946767f259;hb=d618fcccebbd21b497dc872b94548a919a5ff27f;hpb=2994c0e3399ce29bc0fe9431574ba1d1e6f59c43 diff --git a/virt-ctrl/vc_connection_dlg.mli b/virt-ctrl/vc_connection_dlg.mli index bfd7ba4..0102713 100644 --- a/virt-ctrl/vc_connection_dlg.mli +++ b/virt-ctrl/vc_connection_dlg.mli @@ -20,4 +20,24 @@ *) (** The connection dialog. *) -val open_connection : unit -> unit +val open_connection : GWindow.window -> unit -> unit + +(** Quick connect to local Xen. *) +val open_local_xen : unit -> unit + +(** Quick connect to local QEMU or KVM. *) +val open_local_qemu : unit -> unit + +type name = string +type uri = string +type service = name * uri + +(** Hook to find libvirtd network services with zeroconf using some + external method, eg. D-Bus or Avahi. *) +val find_libvirtd_with_zeroconf : (unit -> service list) ref + +(** Hooks for icons. *) +val icon_16x16_devices_computer_png : GdkPixbuf.pixbuf option ref +val icon_24x24_devices_computer_png : GdkPixbuf.pixbuf option ref +val icon_32x32_devices_computer_png : GdkPixbuf.pixbuf option ref +val icon_48x48_devices_computer_png : GdkPixbuf.pixbuf option ref