Re: [libvirt] [PATCH] Bind connection close callback APIs to python binding

2012-07-30 Thread Eric Blake
On 07/30/2012 10:31 AM, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > Add code in the python binding to cope with the new APIs > virConnectRegisterCloseCallback and > virConnectDeregisterCloseCallback. Also demonstrate their > use in the python domain events demo > --- > examples/do

[libvirt] [PATCH] Bind connection close callback APIs to python binding

2012-07-30 Thread Daniel P. Berrange
From: "Daniel P. Berrange" Add code in the python binding to cope with the new APIs virConnectRegisterCloseCallback and virConnectDeregisterCloseCallback. Also demonstrate their use in the python domain events demo --- examples/domain-events/events-python/event-test.py | 14 ++- python/generat