Re: [libvirt] [PATCH python] Make block pull event dispatcher private

2013-11-26 Thread Eric Blake
On 11/26/2013 09:57 AM, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > The method dispatchDomainEventBlockPullCallback which is > used internally to dispatch block pull events to the python > application code was missing the leading '_', to denote that > it was private. All other eve

[libvirt] [PATCH python] Make block pull event dispatcher private

2013-11-26 Thread Daniel P. Berrange
From: "Daniel P. Berrange" The method dispatchDomainEventBlockPullCallback which is used internally to dispatch block pull events to the python application code was missing the leading '_', to denote that it was private. All other event callback helpers have a leading '_'. No application should