Re: [Spice-devel] [PATCH spice-server v2 5/8] Add CommonGraphicsChannelPrivate struct

2016-10-11 Thread Frediano Ziglio
> > On Mon, 2016-10-10 at 12:20 -0400, Frediano Ziglio wrote: > > > > > > > > > From: Jonathon Jongsma > > > > > > Encapsulate private data for CommonGraphicsChannel and prepare for > > > GObject conversion. > > > > This object has all the fields with accessors... not a really private > > I w

Re: [Spice-devel] [PATCH spice-server v2 5/8] Add CommonGraphicsChannelPrivate struct

2016-10-10 Thread Jonathon Jongsma
On Mon, 2016-10-10 at 12:20 -0400, Frediano Ziglio wrote: > > > > > > From: Jonathon Jongsma > > > > Encapsulate private data for CommonGraphicsChannel and prepare for > > GObject conversion. > > This object has all the fields with accessors... not a really private > I would say. Is not possib

Re: [Spice-devel] [PATCH spice-server v2 5/8] Add CommonGraphicsChannelPrivate struct

2016-10-10 Thread Frediano Ziglio
> > From: Jonathon Jongsma > > Encapsulate private data for CommonGraphicsChannel and prepare for > GObject conversion. This object has all the fields with accessors... not a really private I would say. Is not possible to implement in a different way using this structure in CursorChannelPrivate

[Spice-devel] [PATCH spice-server v2 5/8] Add CommonGraphicsChannelPrivate struct

2016-10-10 Thread Frediano Ziglio
From: Jonathon Jongsma Encapsulate private data for CommonGraphicsChannel and prepare for GObject conversion. --- server/common-graphics-channel.c | 34 -- server/common-graphics-channel.h | 14 ++ server/cursor-channel-client.c | 2 +- server/curso