From 716059087dcf7caeb12313520eee8fc4b554ef54 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sat, 21 Oct 2006 17:43:30 +0000 Subject: 2006-10-21 Havoc Pennington * dbus/dbus-macros.h: add DBUS_GNUC_DEPRECATED macro * dbus/dbus-message.h: mark dbus_message_iter_get_array_len() as DBUS_GNUC_DEPRECATED --- dbus/dbus-message.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dbus/dbus-message.c') diff --git a/dbus/dbus-message.c b/dbus/dbus-message.c index 5b7a9903..983543da 100644 --- a/dbus/dbus-message.c +++ b/dbus/dbus-message.c @@ -1255,6 +1255,9 @@ dbus_message_new_error (DBusMessage *reply_to, * See dbus_message_new_error() for details - this function is the same * aside from the printf formatting. * + * @todo add _DBUS_GNUC_PRINTF to this (requires moving _DBUS_GNUC_PRINTF to + * public header, see DBUS_GNUC_DEPRECATED for an example) + * * @param reply_to the original message * @param error_name the error name * @param error_format the error message format as with printf -- cgit