[libvirt] [PATCH] python: Don't generate bodies for close callback functions

Peter Krempa pkrempa at redhat.com
Mon Jul 30 13:41:03 UTC 2012


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.
---
Pushing under build-breaker rule.
---
 python/generator.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/python/generator.py b/python/generator.py
index 2dada6e..6559ece 100755
--- a/python/generator.py
+++ b/python/generator.py
@@ -425,6 +425,8 @@ skip_impl = (
     'virDomainGetInterfaceParameters',
     'virDomainGetCPUStats',
     'virDomainGetDiskErrors',
+    'virConnectUnregisterCloseCallback',
+    'virConnectRegisterCloseCallback',
 )

 qemu_skip_impl = (
-- 
1.7.8.6




More information about the libvir-list mailing list