Re: [Spice-devel] [PATCH spice-common 5/9] Allow to generate C declarations for spice.proto

2019-03-11 Thread Christophe Fergeau
On Fri, Mar 08, 2019 at 04:51:20PM -0500, Frediano Ziglio wrote: > > > > On Sun, Mar 03, 2019 at 07:10:26PM +, Frediano Ziglio wrote: > > > Generate and include C declarations. > > > Next patch will use this facility. > > > > Since none of the spice.proto types are decorated with @declare,

Re: [Spice-devel] [PATCH spice-common 5/9] Allow to generate C declarations for spice.proto

2019-03-08 Thread Frediano Ziglio
> > On Sun, Mar 03, 2019 at 07:10:26PM +, Frediano Ziglio wrote: > > Generate and include C declarations. > > Next patch will use this facility. > > Since none of the spice.proto types are decorated with @declare, adding > the #include in messages.h won't have any bad consequences > Are

Re: [Spice-devel] [PATCH spice-common 5/9] Allow to generate C declarations for spice.proto

2019-03-07 Thread Christophe Fergeau
On Sun, Mar 03, 2019 at 07:10:26PM +, Frediano Ziglio wrote: > Generate and include C declarations. > Next patch will use this facility. Since none of the spice.proto types are decorated with @declare, adding the #include in messages.h won't have any bad consequences > > Signed-off-by:

[Spice-devel] [PATCH spice-common 5/9] Allow to generate C declarations for spice.proto

2019-03-03 Thread Frediano Ziglio
Generate and include C declarations. Next patch will use this facility. Signed-off-by: Frediano Ziglio --- common/Makefile.am | 6 -- common/meson.build | 10 +- common/messages.h | 2 ++ 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/common/Makefile.am