Re: [libvirt] [libvirt-glib PATCHv4 3/7] gobject: Port GVirConnection to GTask

2015-07-07 Thread Christophe Fergeau
On Wed, Jul 01, 2015 at 09:40:47PM +0100, Zeeshan Ali (Khattak) wrote: > GSimpleAsyncResult has been deprecated in favour of GTask and with > latest glib headers, we get tons of warnings about use of deprecated > API. This patch ports the GVirConnection class to GTask. > --- > libvirt-gobject/libv

[libvirt] [libvirt-glib PATCHv4 3/7] gobject: Port GVirConnection to GTask

2015-07-01 Thread Zeeshan Ali (Khattak)
GSimpleAsyncResult has been deprecated in favour of GTask and with latest glib headers, we get tons of warnings about use of deprecated API. This patch ports the GVirConnection class to GTask. --- libvirt-gobject/libvirt-gobject-connection.c | 246 --- 1 file changed, 110 i