Re: [Spice-devel] [PATCH 01/13] Convert Dispatcher and MainDispatcher to GObjects

2016-03-29 Thread Frediano Ziglio
> On Wed, Mar 23, 2016 at 12:48:27PM +, Frediano Ziglio wrote: > > From: Jonathon Jongsma > > > > Allows more explicit inheritance relationship, and numerous other > > advantages. > > --- > > server/dispatcher.c | 234 > > --- > > server/di

Re: [Spice-devel] [PATCH 01/13] Convert Dispatcher and MainDispatcher to GObjects

2016-03-25 Thread Christophe Fergeau
On Wed, Mar 23, 2016 at 12:48:27PM +, Frediano Ziglio wrote: > From: Jonathon Jongsma > > Allows more explicit inheritance relationship, and numerous other > advantages. > --- > server/dispatcher.c | 234 > --- > server/dispatcher.h | 5

[Spice-devel] [PATCH 01/13] Convert Dispatcher and MainDispatcher to GObjects

2016-03-23 Thread Frediano Ziglio
From: Jonathon Jongsma Allows more explicit inheritance relationship, and numerous other advantages. --- server/dispatcher.c | 234 --- server/dispatcher.h | 53 ++- server/main-dispatcher.c | 157 +-- ser