dbus ChangeLog,1.1160,1.1161 Doxyfile.in,1.12,1.13
Havoc Pennington
hp at kemper.freedesktop.org
Sat Oct 21 10:43:32 PDT 2006
- Previous message: dbus/dbus dbus-message.c, 1.180, 1.181 dbus-pending-call.c, 1.22,
1.23 dbus-server.c, 1.52, 1.53 dbus-signature.c, 1.11, 1.12
- Next message: dbus/dbus dbus-macros.h, 1.8, 1.9 dbus-message.c, 1.181,
1.182 dbus-message.h, 1.62, 1.63
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/dbus/dbus
In directory kemper:/tmp/cvs-serv25537
Modified Files:
ChangeLog Doxyfile.in
Log Message:
2006-10-21 Havoc Pennington <hp at redhat.com>
* dbus/dbus-macros.h: add DBUS_GNUC_DEPRECATED macro
* dbus/dbus-message.h: mark dbus_message_iter_get_array_len()
as DBUS_GNUC_DEPRECATED
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.1160
retrieving revision 1.1161
diff -u -d -r1.1160 -r1.1161
--- ChangeLog 21 Oct 2006 17:21:44 -0000 1.1160
+++ ChangeLog 21 Oct 2006 17:43:30 -0000 1.1161
@@ -1,4 +1,11 @@
2006-10-21 Havoc Pennington <hp at redhat.com>
+
+ * dbus/dbus-macros.h: add DBUS_GNUC_DEPRECATED macro
+
+ * dbus/dbus-message.h: mark dbus_message_iter_get_array_len()
+ as DBUS_GNUC_DEPRECATED
+
+2006-10-21 Havoc Pennington <hp at redhat.com>
* Move all private API into the private Doxygen group sections of
the files, so they don't show up in the public API docs
Index: Doxyfile.in
===================================================================
RCS file: /cvs/dbus/dbus/Doxyfile.in,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Doxyfile.in 8 Aug 2006 22:17:18 -0000 1.12
+++ Doxyfile.in 21 Oct 2006 17:43:30 -0000 1.13
@@ -146,6 +146,7 @@
PREDEFINED = "DBUS_BEGIN_DECLS=" \
"DBUS_END_DECLS=" \
"DOXYGEN_SHOULD_SKIP_THIS" \
+ "DBUS_GNUC_DEPRECATED=" \
"_DBUS_DEFINE_GLOBAL_LOCK(name)=" \
"_DBUS_GNUC_PRINTF(from,to)="
SKIP_FUNCTION_MACROS = YES
- Previous message: dbus/dbus dbus-message.c, 1.180, 1.181 dbus-pending-call.c, 1.22,
1.23 dbus-server.c, 1.52, 1.53 dbus-signature.c, 1.11, 1.12
- Next message: dbus/dbus dbus-macros.h, 1.8, 1.9 dbus-message.c, 1.181,
1.182 dbus-message.h, 1.62, 1.63
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dbus-commit
mailing list