dbus/dbus dbus-bus.h, 1.20, 1.21 dbus-connection-internal.h, 1.29, 1.30

Havoc Pennington hp at kemper.freedesktop.org
Sun Oct 22 08:03:12 PDT 2006


Update of /cvs/dbus/dbus/dbus
In directory kemper:/tmp/cvs-serv4957/dbus

Modified Files:
	dbus-bus.h dbus-connection-internal.h 
Log Message:
2006-10-22  Havoc Pennington  <hp at 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



Index: dbus-bus.h
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-bus.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- dbus-bus.h	21 Oct 2006 18:17:02 -0000	1.20
+++ dbus-bus.h	22 Oct 2006 15:03:10 -0000	1.21
@@ -73,8 +73,6 @@
                                            const char     *rule,
                                            DBusError      *error);
 
-void           _dbus_bus_notify_shared_connection_disconnected_unlocked (DBusConnection *connection);
-
 /** @} */
 
 DBUS_END_DECLS

Index: dbus-connection-internal.h
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-connection-internal.h,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- dbus-connection-internal.h	1 Oct 2006 15:36:18 -0000	1.29
+++ dbus-connection-internal.h	22 Oct 2006 15:03:10 -0000	1.30
@@ -102,6 +102,19 @@
                                                                    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 */



More information about the dbus-commit mailing list