From 53b11704581e04be6403777d21833a95323499a1 Mon Sep 17 00:00:00 2001 From: "SukHyung, Kang" Date: Thu, 18 Apr 2019 11:28:40 +0900 Subject: [PATCH] Fix API reference error Change-Id: Icae91266b2f824c38db8492700a93c57d820ccce Signed-off-by: SukHyung, Kang --- include/app_info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/app_info.h b/include/app_info.h index 1816243..2ae90a3 100644 --- a/include/app_info.h +++ b/include/app_info.h @@ -136,7 +136,7 @@ typedef bool (*app_info_filter_cb) (app_info_h app_info, void *user_data); /** * @brief Called to get application metadata in app_info_foreach_metadata(). * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif - * @param[in] metadata_name The name of the metadata + * @param[in] metadata_key The key of the metadata * @param[in] metadata_value The value of the metadata * @param[in] user_data The user data passed to app_info_foreach_metadata() * @return @c true to continue with the next iteration of the loop, \n -- 2.7.4