]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Bind connection close callback APIs to python binding
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 30 Jul 2012 16:30:42 +0000 (17:30 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 4 Dec 2012 13:50:11 +0000 (13:50 +0000)
commit1465876a04798a891c1d2c20eb5d6aee9eafb1d1
treeb05e53c7aa87f770f6e806d67a40afa71cd738d8
parentb88b171731b6c00cd04c7ffd79b04ccdaf9502c9
Bind connection close callback APIs to python binding

Add code in the python binding to cope with the new APIs
virConnectRegisterCloseCallback and
virConnectUnregisterCloseCallback. Also demonstrate their
use in the python domain events demo

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
examples/domain-events/events-python/event-test.py
python/generator.py
python/libvirt-override-virConnect.py
python/libvirt-override.c