Fix wrong API description 77/183477/1
authorSemun Lee <semun.lee@samsung.com>
Fri, 6 Jul 2018 00:44:04 +0000 (09:44 +0900)
committerSemun Lee <semun.lee@samsung.com>
Fri, 6 Jul 2018 00:58:10 +0000 (09:58 +0900)
Change-Id: I2d450dcfdbc275872018fd118fc6b15dadba6bc2
Signed-off-by: Semun Lee <semun.lee@samsung.com>
include/app_preference.h

index 478793a5d50d577b8e520b56dcaca129989a1d64..4be83969d0d6d17745eca545d07078bba50688db 100644 (file)
@@ -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