bluez/gdbus
Claudio Takahasi 77f87f24d5 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-04-03 10:40:22 +03:00
..
client.c gdbus: Avoid reporting GDBusClient disconnect twice 2014-04-03 10:40:22 +03:00
gdbus.h gdbus: Add g_dbus_proxy_set_property_array 2014-03-24 11:01:08 +02:00
mainloop.c gdbus: Replace g_timeout_add with g_idle_add 2014-02-18 22:16:56 +02:00
object.c gdbus: Fix memory leak 2014-02-18 17:01:41 +02:00
polkit.c Revert "Ensure config.h is included by using CPPFLAGS" 2012-12-07 12:46:04 +02:00
watch.c gdbus/watch: Fix crash when disconnecting from D-Bus 2013-09-12 13:54:56 +03:00