ofono/gdbus
Luiz Augusto von Dentz c896d11724 gdbus: fix not handling bus disconnects
We where not dispatching data when a bus disconnects which cause
Disconnected signal to not be processed and thus causing the process to
either not exit or to not trigger callbacks registered with
g_dbus_set_disconnect_function.

To fix this now we always schedule a dispatch which will make sure data
still not processed will make its way to the proper handlers even if
disconnected.
2010-10-13 15:55:26 +03:00
..
gdbus.h Add support for GDBus security action and flags 2010-09-09 18:26:36 +02:00
mainloop.c gdbus: fix not handling bus disconnects 2010-10-13 15:55:26 +03:00
object.c Add support for builtin GDBus security using PolicyKit 2010-09-09 18:26:37 +02:00
polkit.c Add support for builtin GDBus security using PolicyKit 2010-09-09 18:26:37 +02:00
watch.c Fix calling watch callbacks after it has been removed 2010-09-08 18:28:23 +02:00