diff options
author | Havoc Pennington <hp@redhat.com> | 2005-07-31 02:09:15 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2005-07-31 02:09:15 +0000 |
commit | cb81ac7edeb97f9f97ace8c990c5fdcb3c991345 (patch) | |
tree | 17bc828ec0df0154979096867bf4754cf06d034a /dbus/dbus-message.c | |
parent | afcc19c15732e453c6f5e38e7f1c3c1baa7d9b72 (diff) |
2005-07-30 Havoc Pennington <hp@redhat.com>
* fix a bunch of Doxygen warnings and mistakes
Diffstat (limited to 'dbus/dbus-message.c')
-rw-r--r-- | dbus/dbus-message.c | 3 |
1 files changed, 3 insertions, 0 deletions
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 |