]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
2006-10-22 Havoc Pennington <hp@redhat.com>
authorHavoc Pennington <hp@redhat.com>
Sun, 22 Oct 2006 15:03:10 +0000 (15:03 +0000)
committerHavoc Pennington <hp@redhat.com>
Sun, 22 Oct 2006 15:03:10 +0000 (15:03 +0000)
* 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

ChangeLog
dbus/dbus-bus.h
dbus/dbus-connection-internal.h

index e86ec772262a78c033e076fdbc5cbdc200534b8a..0c1afcfcaad68b58d77f139b4204faf3c73b363f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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
+
 2006-10-21  Havoc Pennington  <hp@redhat.com>
 
        * Makefile.am (EXTRA_DIST): dist cleanup-man-pages.sh so it's in
index 2c697abd6566118bbc905f3d9fec2c07782fb8ac..e139254d6cf88995e6189826efa3f5616ca79ca6 100644 (file)
@@ -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
index 55775d2e6254a4d094d416803f274fff84008163..94026a204ecdd5f4f8612b1332bb2ba092f35c43 100644 (file)
@@ -102,6 +102,19 @@ void              _dbus_connection_test_get_locks                 (DBusConnectio
                                                                    DBusCondVar **dispatch_cond_loc,
                                                                    DBusCondVar **io_path_cond_loc);
 
+/* This _dbus_bus_* stuff doesn't really belong here, but dbus-bus-internal.h seems
+ * silly for one function
+ */
+/**
+ * @addtogroup DBusBusInternals
+ * @{
+ */
+
+void           _dbus_bus_notify_shared_connection_disconnected_unlocked (DBusConnection *connection);
+
+/** @} */
+
+
 DBUS_END_DECLS
 
 #endif /* DBUS_CONNECTION_INTERNAL_H */