From: Semun Lee Date: Fri, 6 Jul 2018 00:44:04 +0000 (+0900) Subject: Fix wrong API description X-Git-Tag: submit/tizen_4.0/20180709.014930~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e714cde3b96aa91185690d4e94380a9409d6a584;p=platform%2Fcore%2Fapi%2Fpreference.git Fix wrong API description Change-Id: I2d450dcfdbc275872018fd118fc6b15dadba6bc2 Signed-off-by: Semun Lee --- 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