From cb81ac7edeb97f9f97ace8c990c5fdcb3c991345 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sun, 31 Jul 2005 02:09:15 +0000 Subject: 2005-07-30 Havoc Pennington * fix a bunch of Doxygen warnings and mistakes --- 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 880c25ef..0b5bc63e 100644 --- a/dbus/dbus-message.c +++ b/dbus/dbus-message.c @@ -2434,6 +2434,7 @@ dbus_message_get_path (DBusMessage *message) * Checks if the message has a path * * @param message the message + * @param path the path name * @returns #TRUE if there is a path field in the header */ dbus_bool_t @@ -2554,6 +2555,7 @@ dbus_message_get_interface (DBusMessage *message) * Checks if the message has an interface * * @param message the message + * @param interface the interface name * @returns #TRUE if there is a interface field in the header */ dbus_bool_t @@ -2634,6 +2636,7 @@ dbus_message_get_member (DBusMessage *message) * Checks if the message has an interface member * * @param message the message + * @param member the member name * @returns #TRUE if there is a member field in the header */ dbus_bool_t -- cgit