1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-12-20 00:24:48 +03:00

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.
This commit is contained in:
Cole Robinson
2009-11-12 10:53:26 -05:00
parent 632be33689
commit ce4c0bf5a2
25 changed files with 175 additions and 2 deletions

View File

@@ -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',