From d0e7cc1264533d6a6e4ad2a5b9252f97dc96cba3 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Thu, 12 Nov 2009 10:53:26 -0500 Subject: Add virConnectGetLibvirtVersion API There is currently no way to determine the libvirt version of a remote libvirtd we are connected to. This is a useful piece of data to enable feature detection. --- generator.py | 1 + 1 file changed, 1 insertion(+) (limited to 'generator.py') diff --git a/generator.py b/generator.py index 21b4137..0b32116 100755 --- a/generator.py +++ b/generator.py @@ -255,6 +255,7 @@ foreign_encoding_args = ( # Class methods which are written by hand in libvir.c but the Python-level # code is still automatically generated (so they are not in skip_function()). skip_impl = ( + 'virConnectGetLibVersion', 'virConnectListDomainsID', 'virConnectListDefinedDomains', 'virConnectListNetworks', -- cgit