ofono/gdbus
Marcel Holtmann d1bd840d2e 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.
2012-12-22 12:09:58 -08:00
..
client.c gdbus: Avoid using g_ptr_array_new_full convenience function 2012-12-22 12:09:58 -08:00
gdbus.h gdbus: Add helper for sending async error replies 2012-12-19 03:50:42 +01:00
mainloop.c gdbus: Fix crash when getting disconnected from the bus 2012-10-31 16:18:41 -05:00
object.c gdbus: Add helper for sending async error replies 2012-12-19 03:50:42 +01:00
polkit.c gdbus: Update copyright information 2011-01-01 17:32:29 -08:00
watch.c gdbus: Add g_dbus_add_properties_watch function 2012-11-30 09:59:34 +01:00