summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-message.c
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2006-10-21 17:43:30 +0000
committerHavoc Pennington <hp@redhat.com>2006-10-21 17:43:30 +0000
commit716059087dcf7caeb12313520eee8fc4b554ef54 (patch)
treecfa42ffe84320caa89314040215ce473d1454b15 /dbus/dbus-message.c
parent174c63f176b9074ffe3cca8df016c53d68cafce9 (diff)
2006-10-21 Havoc Pennington <hp@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
Diffstat (limited to 'dbus/dbus-message.c')
-rw-r--r--dbus/dbus-message.c3
1 files changed, 3 insertions, 0 deletions
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