From: Peter Krempa Date: Mon, 30 Jul 2012 13:33:09 +0000 (+0200) Subject: python: Don't generate bodies for close callback functions X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=e72f55fac10a901bb0d953698b71e26f01b2db3c;p=libvirt.git python: Don't generate bodies for close callback functions Commit 6ed5a1b9bd6240b8f2736790e48dd1c284c2e0e1 adds close callback functions to the public API but doesn't add python implementation. This patch sets the function to be written manually (to fix the build), but doesn't implement them yet. --- diff --git a/python/generator.py b/python/generator.py index 2dada6e174..6559ece69a 100755 --- a/python/generator.py +++ b/python/generator.py @@ -425,6 +425,8 @@ skip_impl = ( 'virDomainGetInterfaceParameters', 'virDomainGetCPUStats', 'virDomainGetDiskErrors', + 'virConnectUnregisterCloseCallback', + 'virConnectRegisterCloseCallback', ) qemu_skip_impl = (