From 7b65980b565eadc2208601fbf6da60b182a9d244 Mon Sep 17 00:00:00 2001 From: Erik Johansson Date: Wed, 14 Mar 2012 07:24:44 +0100 Subject: [PATCH] Document final parameter to tdControllerValue --- telldus-core/client/telldus-core.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/telldus-core/client/telldus-core.cpp b/telldus-core/client/telldus-core.cpp index c68b5683..13551672 100644 --- a/telldus-core/client/telldus-core.cpp +++ b/telldus-core/client/telldus-core.cpp @@ -840,6 +840,7 @@ int WINAPI tdController(int *controllerId, int *controllerType, char *name, int * @param controllerId The controller to change * @param name The parameter to get. * @param value A byref string where the value of the parameter will be placed + * @param valueLen The length of the \c value parameter * * @since Version 2.1.2 **/