ofono/gdbus
Claudio Takahasi 9aeea028ed gdbus: Avoid reporting GDBusClient disconnect twice
No matter if disconnection was reported previously, g_dbus_client_unref()
was always calling service disconnect callback. This patch fix the
following scenario:
1) service disconnects from the bus
2) disconnect callback gets called
3) client calls g_dbus_client_unref(), disconnect callback is called
   again.
2014-09-08 05:48:48 +02:00
..
client.c gdbus: Avoid reporting GDBusClient disconnect twice 2014-09-08 05:48:48 +02:00
gdbus.h gdbus: Add g_dbus_proxy_set_property_array 2014-03-24 14:27:51 -07:00
mainloop.c gdbus: Replace g_timeout_add with g_idle_add 2014-02-18 23:13:53 -08:00
object.c gdbus: Fix memory leak 2014-02-18 23:13:53 -08:00
polkit.c gdbus: Update copyright information 2011-01-01 17:32:29 -08:00
watch.c gdbus/watch: Fix crash when disconnecting from D-Bus 2013-09-12 08:25:23 -07:00