gdbus: Avoid using g_ptr_array_new_full convenience function
authorMarcel Holtmann <marcel@holtmann.org>
Sat, 22 Dec 2012 20:05:59 +0000 (12:05 -0800)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 22 Dec 2012 20:09:43 +0000 (12:09 -0800)
commit901187784ccc1f16c2c2f2b24b615153001bded4
tree9ebfec3f48ed94022588f1563be13566a2bec245
parentcbaba927119cbc4032c92c18783ee4500932293f
gdbus: Avoid using g_ptr_array_new_full convenience function

The g_ptr_array_new_full function only got introduced with GLib 2.30
and to avoid requiring a newer GLib use g_ptr_array_set_free_func instead.
gdbus/client.c