]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
python: Actually add virConnectGetVersion to generated bindings
authorCole Robinson <crobinso@redhat.com>
Wed, 17 Feb 2010 20:55:46 +0000 (15:55 -0500)
committerCole Robinson <crobinso@redhat.com>
Wed, 17 Feb 2010 21:15:57 +0000 (16:15 -0500)
The recent commit to implement a python version of this function
didn't drop an explicit 'ignore' check in the generator, so this
never ended up in the bindings.

python/generator.py

index 37c0169ec42f818b1ce533040d8101373d38b72c..24eaf502d4ca8534829ef70018f46e81fcb9e77c 100755 (executable)
@@ -319,7 +319,6 @@ skip_function = (
     'virConnectListDomains', # Python API is called virConectListDomainsID for unknown reasons
     'virConnSetErrorFunc', # Not used in Python API  XXX is this a bug ?
     'virResetError', # Not used in Python API  XXX is this a bug ?
-    'virConnectGetVersion', # Not used in Python API  XXX is this a bug ?
     'virGetVersion', # Python C code is manually written
     'virSetErrorFunc', # Python API is called virRegisterErrorHandler for unknown reasons
     'virConnCopyLastError', # Python API is called virConnGetLastError instead