Re: [libvirt] [PATCH 09/12] Move virEvent related APIs out of libvirt.h.in

2014-10-24 Thread Eric Blake
On 10/23/2014 06:58 AM, Daniel P. Berrange wrote: > Create a new libvirt-event.h file to hold the public > API definitions for the virEvent type. This header > file is not self-contained, so applications will not directly > include it. They will contain to #include > --- > docs/apibuild.py

[libvirt] [PATCH 09/12] Move virEvent related APIs out of libvirt.h.in

2014-10-23 Thread Daniel P. Berrange
Create a new libvirt-event.h file to hold the public API definitions for the virEvent type. This header file is not self-contained, so applications will not directly include it. They will contain to #include --- docs/apibuild.py| 1 + include/libvirt/Makefile.am | 1 + inc