X-Git-Url: http://git.annexia.org/?p=virt-top.git;a=blobdiff_plain;f=libvirt%2Flibvirt.mli;h=58198c8e6c8f416b2adc62578543f33288a8441c;hp=aa4b9f44dbe226429b5cac20fdf42cad9b4fe2ae;hb=3126bfee333b5c635dc60a54265936af06117f6a;hpb=38e7a75efaab8a6a709cbad8342bca4a45ead8cc diff --git a/libvirt/libvirt.mli b/libvirt/libvirt.mli old mode 100644 new mode 100755 index aa4b9f4..58198c8 --- a/libvirt/libvirt.mli +++ b/libvirt/libvirt.mli @@ -550,12 +550,16 @@ exception Virterror of Virterror.t (** This exception can be raised by any library function that detects an error. To get a printable error message, call {!Virterror.to_string} on the content of this exception. +*) - Note that functions may also raise - [Invalid_argument "virFoo not supported"] - (where virFoo is the libvirt function name) if a function is - not supported at either compile or runtime. This applies to +exception Not_supported of string +(** + Functions may raise + [Not_supported "virFoo"] + (where [virFoo] is the libvirt function name) if a function is + not supported at either compile or run time. This applies to any libvirt function added after version 0.2.1. + See also [http://libvirt.org/hvsupport.html] *)