From 925068ff643f0e3fc680ffda3b5f23d0670cccee Mon Sep 17 00:00:00 2001 From: Holger Macht Date: Thu, 26 Oct 2006 17:04:54 +0200 Subject: update documentation --- liblazy/liblazy.h | 3 +-- 1 file changed, 1 insertion(+), 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 */ -- cgit v1.2.3