Re: [Spice-devel] [RFC PATCH spice-gtk] Adjust SpicePortChannel method names

2017-09-18 Thread Marc-André Lureau
Hi - Original Message - > On 18 September 2017 at 15:03, Frediano Ziglio wrote: > > > { > > > +G_GNUC_BEGIN_IGNORE_DEPRECATIONS > > > +spice_port_channel_write_async(self, buffer, count, cancellable, > > > callback, user_data); > > > +G_GNUC_END_IGNORE_DEPRECATIONS > > > > Wh

Re: [Spice-devel] [RFC PATCH spice-gtk] Adjust SpicePortChannel method names

2017-09-18 Thread Matthew Francis
On 18 September 2017 at 15:03, Frediano Ziglio wrote: > > { > > +G_GNUC_BEGIN_IGNORE_DEPRECATIONS > > +spice_port_channel_write_async(self, buffer, count, cancellable, > > callback, user_data); > > +G_GNUC_END_IGNORE_DEPRECATIONS > > Why you need to disable deprecation warnings if you

Re: [Spice-devel] [RFC PATCH spice-gtk] Adjust SpicePortChannel method names

2017-09-18 Thread Frediano Ziglio
> > Name functions correctly to allow them to be picked up as methods under > introspection > --- > src/channel-port.c | 73 > - > src/channel-port.h | 15 ++ > src/map-file| 3 ++ > src/spice-glib-sym-file | 3 ++ >

[Spice-devel] [RFC PATCH spice-gtk] Adjust SpicePortChannel method names

2017-09-16 Thread Matthew Francis
Name functions correctly to allow them to be picked up as methods under introspection --- src/channel-port.c | 73 - src/channel-port.h | 15 ++ src/map-file| 3 ++ src/spice-glib-sym-file | 3 ++ tools/spicy.c