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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user