summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-bus.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2006-10-22 15:03:10 +0000
committerHavoc Pennington <hp@redhat.com>2006-10-22 15:03:10 +0000
commit8ea5a53324e2959157f8b47b88211728a7bff375 (patch)
tree8a2cd9f3056b8162ed80afd2fb5fd10e59cc0d29 /dbus/dbus-bus.h
parent8de13aed8707112c944d9546106bf5b0ec1f97ef (diff)
2006-10-22 Havoc Pennington <hp@redhat.com>
* dbus/dbus-connection-internal.h: move prototype of _dbus_bus_notify_shared_connection_disconnected_unlocked() here so it isn't in a public header and doesn't end up in the DBusBus group in Doxygen
Diffstat (limited to 'dbus/dbus-bus.h')
-rw-r--r--dbus/dbus-bus.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/dbus/dbus-bus.h b/dbus/dbus-bus.h
index 2c697abd..e139254d 100644
--- a/dbus/dbus-bus.h
+++ b/dbus/dbus-bus.h
@@ -73,8 +73,6 @@ void dbus_bus_remove_match (DBusConnection *connection,
const char *rule,
DBusError *error);
-void _dbus_bus_notify_shared_connection_disconnected_unlocked (DBusConnection *connection);
-
/** @} */
DBUS_END_DECLS