From: SukHyung, Kang Date: Thu, 18 Apr 2019 02:28:40 +0000 (+0900) Subject: Fix API reference error X-Git-Tag: accepted/tizen/unified/20190419.020120~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F19%2F203819%2F1;p=platform%2Fcore%2Fapi%2Fapp-manager.git Fix API reference error Change-Id: Icae91266b2f824c38db8492700a93c57d820ccce Signed-off-by: SukHyung, Kang --- 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