[libvirt] [libvirt-glib v2 3/3] gobject: Port to GTask API

Christophe Fergeau cfergeau at redhat.com
Mon Nov 23 16:08:34 UTC 2015


On Fri, Nov 20, 2015 at 09:06:30PM +0000, Zeeshan Ali (Khattak) wrote:
> Drop usage of deprecated GSimpleAsyncResult API.
> ---

A Changes since v1 section would be nice as this patch is a bit big.

>  
> +typedef struct {
> +    guint flags;
> +} DomainWakeupData;
> +
> +static void domain_wakeup_data_free(DomainWakeupData *data)
> +{
> +    g_slice_free(DomainWakeupData, data);
> +}
> +

Any reason for not using GINT_TO_POINTER? My feeling from the previous
thread was that you were going to do that.

Christophe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20151123/9e64a88e/attachment-0001.sig>


More information about the libvir-list mailing list