diff options
author | John (J5) Palmieri <johnp@redhat.com> | 2006-07-07 19:42:56 +0000 |
---|---|---|
committer | John (J5) Palmieri <johnp@redhat.com> | 2006-07-07 19:42:56 +0000 |
commit | 50f88a0322cee156a5d9737f0987e57b964606cc (patch) | |
tree | 6db31d41f4bbd27167e03654577db84cf36145ad /dbus/dbus-bus.h | |
parent | 84e55065ea9bef999f068de65c3eed0c9cc42fac (diff) |
* dbus/dbus-connection.c (dbus_connection_close): removed deprecated
function
(dbus_connection_dispatch): On disconnect unref any shared connections
* dbus/dbus-bus.c (_dbus_bus_check_connection_and_unref): new function
for cleaning up shared connections on disconnect
(internal_bus_get): get a hard refrence to shared connections when
they are created
* doc/TODO: Remove items which are no longer relevent or have been fixed
Split 1.0 todo items with a 0.90 freeze todo list
Diffstat (limited to 'dbus/dbus-bus.h')
-rw-r--r-- | dbus/dbus-bus.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dbus/dbus-bus.h b/dbus/dbus-bus.h index 2329e138..c47af153 100644 --- a/dbus/dbus-bus.h +++ b/dbus/dbus-bus.h @@ -68,6 +68,8 @@ void dbus_bus_remove_match (DBusConnection *connection, const char *rule, DBusError *error); +void _dbus_bus_check_connection_and_unref (DBusConnection *connection); + DBUS_END_DECLS #endif /* DBUS_BUS_H */ |