diff options
author | Cole Robinson <crobinso@redhat.com> | 2009-11-12 10:53:26 -0500 |
---|---|---|
committer | Cole Robinson <crobinso@redhat.com> | 2009-11-12 10:53:26 -0500 |
commit | d0e7cc1264533d6a6e4ad2a5b9252f97dc96cba3 (patch) | |
tree | 3e21b67a1e3932267af472667b0b47ffef90af7d /generator.py | |
parent | bdb9c70e015181fba5f974cf233ceccbe29f1307 (diff) | |
download | libvirt-python-v6-d0e7cc1264533d6a6e4ad2a5b9252f97dc96cba3.tar.gz libvirt-python-v6-d0e7cc1264533d6a6e4ad2a5b9252f97dc96cba3.tar.xz libvirt-python-v6-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-x | generator.py | 1 |
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', |