Re: [Spice-devel] [PATCH spice-gtk 2/3] Add a SpiceGtkSession Class

2011-10-05 Thread Hans de Goede
Hi, Thanks for the review! On 10/05/2011 12:03 AM, Marc-André Lureau wrote: +static void spice_gtk_session_init(SpiceGtkSession *gtk_session) +{ +SpiceGtkSessionPrivate *s; + +SPICE_DEBUG("New gtk session (compiled from package " PACKAGE_STRING ")"); Well we already have version in

Re: [Spice-devel] [PATCH spice-gtk 2/3] Add a SpiceGtkSession Class

2011-10-04 Thread Marc-André Lureau
hi On Tue, Oct 4, 2011 at 4:20 PM, Hans de Goede wrote: > This initial commit of the SpiceGtkSession Class only adds the empty > class and the 1:1 linkage to SpiceSession through 2 new private methods > added to SpiceSession: spice_session_{get|set}_gtk_session. > > The following commits will mov

[Spice-devel] [PATCH spice-gtk 2/3] Add a SpiceGtkSession Class

2011-10-04 Thread Hans de Goede
This initial commit of the SpiceGtkSession Class only adds the empty class and the 1:1 linkage to SpiceSession through 2 new private methods added to SpiceSession: spice_session_{get|set}_gtk_session. The following commits will move things which are currently per SpiceDisplay, but which really sho