summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolger Macht <holger@homac.de>2006-10-26 17:04:54 +0200
committerHolger Macht <holger@homac.de>2006-10-26 17:04:54 +0200
commit925068ff643f0e3fc680ffda3b5f23d0670cccee (patch)
treeba35a1b9d7e55dd57719c697059c277912ae7781
parentad6be7e3e12b629ea60d581b614c948416d4f776 (diff)
update documentation
-rw-r--r--liblazy/liblazy.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/liblazy/liblazy.h b/liblazy/liblazy.h
index 6ad1711..a1a63a5 100644
--- a/liblazy/liblazy.h
+++ b/liblazy/liblazy.h
@@ -146,10 +146,9 @@ int liblazy_dbus_message_get_basic_arg(DBusMessage *message, int type,
/** @brief get a array argument from a DBusMessage as a string list
*
* @param message the message to get the argument from
- * @param strlist a pointer to a string array to store the result
* @param strlist pointer to array of strings to store the result. Has to
* be freed with @ref liblazy_free_strlist
- * @param no a number specifying the n'th string array in the reply
+ * @param no a number specifying the n'th string array in the message
*
* @return 0 on success, LIBLAZY_ERROR_* on failure
*/