From e714cde3b96aa91185690d4e94380a9409d6a584 Mon Sep 17 00:00:00 2001 From: Semun Lee Date: Fri, 6 Jul 2018 09:44:04 +0900 Subject: [PATCH] Fix wrong API description Change-Id: I2d450dcfdbc275872018fd118fc6b15dadba6bc2 Signed-off-by: Semun Lee --- include/app_preference.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/app_preference.h b/include/app_preference.h index 478793a..4be8396 100644 --- a/include/app_preference.h +++ b/include/app_preference.h @@ -70,7 +70,6 @@ typedef void (*preference_changed_cb) (const char *key, void *user_data); * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * @remarks You should not free the @a key returned by this function. * @param[in] key The key of the value added to the preference - * @param[in] value The value associated with the key * @param[in] user_data The user data passed from the foreach function * @return @c true to continue with the next iteration of the loop, * otherwise @c false to break out of the loop -- 2.34.1