diff options
author | Taizo ITO <taizo.ito@hde.co.jp> | 2010-01-22 11:01:09 +0100 |
---|---|---|
committer | Daniel Veillard <veillard@redhat.com> | 2010-01-22 11:01:09 +0100 |
commit | 2d35af171a2e7c5eb6ce7e7c2bd90cacb4ab0ce6 (patch) | |
tree | e45a853a79b930bdc2d8f39fb7541761e5172d0f /generator.py | |
parent | ce52d4541a4467d200c5c317d2be5d31aa6a0537 (diff) | |
download | libvirt-python-2d35af171a2e7c5eb6ce7e7c2bd90cacb4ab0ce6.tar.gz |
Add virConnectGetVersion Python APIv0.7.6
adds a new python API call for retrieving the running
hypervisor version used by a connection: virConnectGetVersion
* python/generator.py: skip virConnectGetVersion from autogenerated
* python/libvirt-override-api.xml python/libvirt-override.c: define
direct native bindings
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 56f8925..4182219 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 = ( + 'virConnectGetVersion', 'virConnectGetLibVersion', 'virConnectListDomainsID', 'virConnectListDefinedDomains', |