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

Zeeshan Ali (Khattak) zeeshanak at gnome.org
Mon Nov 23 16:17:53 UTC 2015


On Mon, Nov 23, 2015 at 4:08 PM, Christophe Fergeau <cfergeau at redhat.com> wrote:
> 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.

Oh, forgot.


-- 
Regards,

Zeeshan Ali (Khattak)
________________________________________
Befriend GNOME: http://www.gnome.org/friends/




More information about the libvir-list mailing list