This series (apart from the last patch) could be merged into a single patch. I haven't done this because I'm not so sure about some changes in the spice-{gstaudio,pulse}, like in spice_gstaudio_get_record_volume_info_finish() or in pulse_stream_restore_info_finish().
Fabiano Fidêncio (14): channel-base: Use GTask instead of GSimpleAsyncResult channel-main: Use GTask instead of GSimpleAsyncResult channel-port: Use GTask instead of GSimpleAsyncResult channel-usbredir: Use GTask instead of GSimpleAsyncResult smartcard-manager: Use GTask instead of GSimpleAsyncResult spice-channel: Use GTask instead of GSimpleAsyncResult spice-gstaudio: Use GTask instead of GSimpleAsyncResult spice-pulse: Use GTask instead of GSimpleAsyncResult usb-acl-helper: Use GTask instead of GSimpleAsyncResult usb-device-manager: Use GTask instead of GSimpleAsyncResult vmcstream: Use GTask instead of GSimpleAsyncResult win-usb-driver-install: Use GTask instead of GSimpleAsyncResult wocky-http-proxy: Use GTask instead of GSimpleAsyncResult Add strings for translation configure.ac | 6 +- po/POTFILES.in | 6 ++ src/channel-base.c | 26 ++++----- src/channel-main.c | 85 ++++++++++++---------------- src/channel-port.c | 7 ++- src/channel-usbredir.c | 43 +++++++------- src/smartcard-manager.c | 33 +++++------ src/spice-channel.c | 34 +++++------ src/spice-gstaudio.c | 48 ++++------------ src/spice-pulse.c | 98 ++++++++++++-------------------- src/usb-acl-helper.c | 86 ++++++++++++++-------------- src/usb-device-manager.c | 65 +++++++++++---------- src/vmcstream.c | 131 ++++++++++++++++++------------------------- src/win-usb-driver-install.c | 90 +++++++++++++++-------------- src/wocky-http-proxy.c | 47 ++++++---------- 15 files changed, 340 insertions(+), 465 deletions(-) -- 2.5.0 _______________________________________________ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-devel