bluez/gdbus
Henrique Dante de Almeida 6d4e7785a4 gdbus: Remove proxies when client disconnects
Remove proxies and generate proxy_removed callbacks even when there are
no corresponding InterfaceRemoved signals.

This patch fixes having zombie gdbus proxy object when a server
disconnects without sending InterfaceRemoved signals. These objects
may interact with new server instances, for example, making
InterfaceAdded signals of new objects with the same name be filtered
out as duplicated, or staying allocated, but unused, if the new server
doesn't reuse the object paths. Note that as a side-effect, the
lifetime of a gdbus proxy becomes stricter: it lives at most for the
duration of a single connection to a single instance of a server
process.
2013-05-28 16:22:27 +03:00
..
client.c gdbus: Remove proxies when client disconnects 2013-05-28 16:22:27 +03:00
gdbus.h gdbus: Add g_dbus_proxy_set_removed_watch 2013-02-15 01:03:47 +01:00
mainloop.c Revert "Ensure config.h is included by using CPPFLAGS" 2012-12-07 12:46:04 +02:00
object.c gdbus: Always unreference the message in g_dbus_send_message() 2013-02-23 12:47:24 +02:00
polkit.c Revert "Ensure config.h is included by using CPPFLAGS" 2012-12-07 12:46:04 +02:00
watch.c Revert "Ensure config.h is included by using CPPFLAGS" 2012-12-07 12:46:04 +02:00