summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/app_info.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/app_info.h b/include/app_info.h
index 190db03..1816243 100644
--- a/include/app_info.h
+++ b/include/app_info.h
@@ -82,7 +82,7 @@ extern "C" {
* Value related with this property should be one of "uiapp", "svcapp", "widgetapp"
* and "watchapp".
* @since_tizen 4.0
- * @see app_info_app_component_e
+ * @see app_info_app_component_type_e
* @see app_info_get_app_component_type()
*/
#define PACKAGE_INFO_PROP_APP_COMPONENT_TYPE "PACKAGE_INFO_PROP_APP_COMPONENT_TYPE"
@@ -291,15 +291,15 @@ int app_info_get_type(app_info_h app_info, char **type);
/**
* @brief Gets the application component type.
* @since_tizen 4.0
- * @param[in] app_info The application information
- * @param[out] component The application component type
+ * @param[in] app_info The application information
+ * @param[out] type The application component type
* @return @c 0 on success,
* otherwise a negative error value
* @retval #APP_MANAGER_ERROR_NONE Successful
* @retval #APP_MANAGER_ERROR_INVALID_PARAMETER Invalid parameter
* @retval #APP_MANAGER_ERROR_IO_ERROR I/O error
- * @see PACKAGE_INFO_PROP_APP_COMPONENT_TYPE
- * @see app_info_app_component_type_e
+ * @see #PACKAGE_INFO_PROP_APP_COMPONENT_TYPE
+ * @see #app_info_app_component_type_e
*/
int app_info_get_app_component_type(app_info_h app_info, app_info_app_component_type_e *type);