X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=libvirt%2Flibvirt.mli;h=c05ed7ec8c737ecf16e8ec3fbc0cd13dd30c6e8e;hb=c5cd2cc96ff724ba21fa3eb7b876febf811ce784;hp=ff8d4ca49b891aeb15e583e77a884be7faceb738;hpb=1248a762a6aa25cf3e1e1d8f07e4b020c812a1c1;p=ocaml-libvirt.git diff --git a/libvirt/libvirt.mli b/libvirt/libvirt.mli index ff8d4ca..c05ed7e 100644 --- a/libvirt/libvirt.mli +++ b/libvirt/libvirt.mli @@ -427,6 +427,11 @@ sig Note: the client has to implement and run an event loop to be able to use keep-alive messages. *) + val get_auth_default : unit -> auth + (** [get_auth_default ()] returns the default authentication handler + of libvirt. + *) + external const : [>`R] t -> ro t = "%identity" (** [const conn] turns a read/write connection into a read-only connection. Note that the opposite operation is impossible.