summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMyungki Lee <mk5004.lee@samsung.com>2016-02-25 14:08:24 +0900
committerMyungKi Lee <mk5004.lee@samsung.com>2016-02-28 18:51:15 -0800
commit976c7a7c02c167ba636cbffd224f9e88afff77ff (patch)
treee67ea3957f1e8fc128a75b3042146da4e4ede538
parent7f6b1de17b0d68930281203e884b60fa3895c2b4 (diff)
downloadapplication-976c7a7c02c167ba636cbffd224f9e88afff77ff.tar.gz
application-976c7a7c02c167ba636cbffd224f9e88afff77ff.tar.bz2
application-976c7a7c02c167ba636cbffd224f9e88afff77ff.zip
Update doxygen for app_control_set_defapp func
Change-Id: I16bf95107e1e48bcfd12c041da3b2075192eadd1 Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
-rw-r--r--include/app_control.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/app_control.h b/include/app_control.h
index b6f879b..ebef2e0 100644
--- a/include/app_control.h
+++ b/include/app_control.h
@@ -1080,7 +1080,8 @@ int app_control_get_launch_mode(app_control_h app_control,
int app_control_enable_app_started_result_event(app_control_h app_control);
/**
- * @brief Set the ID of default application associated with operation, mime-type and uri.
+ * @platform
+ * @brief Sets the ID of default application associated with operation, mime-type and uri.
*
* @since_tizen 3.0
* @privlevel platform
@@ -1098,7 +1099,8 @@ int app_control_enable_app_started_result_event(app_control_h app_control);
int app_control_set_defapp(app_control_h app_control, const char *app_id);
/**
- * @brief Unset default application setting of an application for app_controls.
+ * @platform
+ * @brief Unsets default application control setting of an application.
*
* @details When an user call this API, all the default application settings for the app_id are unset.
*