From 555abf6ad9753193a50ab0810b754db86bc82610 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Wed, 17 Feb 2010 15:55:46 -0500 Subject: 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. --- generator.py | 1 - 1 file changed, 1 deletion(-) diff --git a/generator.py b/generator.py index 37c0169..24eaf50 100755 --- a/generator.py +++ b/generator.py @@ -319,7 +319,6 @@ skip_function = ( 'virConnectListDomains', # Python API is called virConectListDomainsID for unknown reasons 'virConnSetErrorFunc', # 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 'virSetErrorFunc', # Python API is called virRegisterErrorHandler for unknown reasons 'virConnCopyLastError', # Python API is called virConnGetLastError instead -- cgit