summaryrefslogtreecommitdiffstats
path: root/generator.py
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2009-11-12 10:53:26 -0500
committerCole Robinson <crobinso@redhat.com>2009-11-12 10:53:26 -0500
commitd0e7cc1264533d6a6e4ad2a5b9252f97dc96cba3 (patch)
tree3e21b67a1e3932267af472667b0b47ffef90af7d /generator.py
parentbdb9c70e015181fba5f974cf233ceccbe29f1307 (diff)
downloadlibvirt-python-split-d0e7cc1264533d6a6e4ad2a5b9252f97dc96cba3.tar.gz
libvirt-python-split-d0e7cc1264533d6a6e4ad2a5b9252f97dc96cba3.tar.xz
libvirt-python-split-d0e7cc1264533d6a6e4ad2a5b9252f97dc96cba3.zip
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.
Diffstat (limited to 'generator.py')
-rwxr-xr-xgenerator.py1
1 files changed, 1 insertions, 0 deletions
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',