mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
python: Actually add virConnectGetVersion to generated bindings
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.
This commit is contained in:
parent
2bd559ff5d
commit
148114e325
@ -319,7 +319,6 @@ skip_function = (
|
|||||||
'virConnectListDomains', # Python API is called virConectListDomainsID for unknown reasons
|
'virConnectListDomains', # Python API is called virConectListDomainsID for unknown reasons
|
||||||
'virConnSetErrorFunc', # Not used in Python API XXX is this a bug ?
|
'virConnSetErrorFunc', # Not used in Python API XXX is this a bug ?
|
||||||
'virResetError', # 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
|
'virGetVersion', # Python C code is manually written
|
||||||
'virSetErrorFunc', # Python API is called virRegisterErrorHandler for unknown reasons
|
'virSetErrorFunc', # Python API is called virRegisterErrorHandler for unknown reasons
|
||||||
'virConnCopyLastError', # Python API is called virConnGetLastError instead
|
'virConnCopyLastError', # Python API is called virConnGetLastError instead
|
||||||
|
Loading…
x
Reference in New Issue
Block a user