Fix API reference error 19/203819/1
authorSukHyung, Kang <shine.kang@samsung.com>
Thu, 18 Apr 2019 02:28:40 +0000 (11:28 +0900)
committerSukHyung, Kang <shine.kang@samsung.com>
Thu, 18 Apr 2019 02:28:40 +0000 (11:28 +0900)
Change-Id: Icae91266b2f824c38db8492700a93c57d820ccce
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
include/app_info.h

index 1816243..2ae90a3 100644 (file)
@@ -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