From: Inkyun Kil Date: Fri, 13 Mar 2020 04:13:30 +0000 (+0900) Subject: Trivial description updates. X-Git-Tag: submit/tizen/20200807.041109~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8051edd149237b11c9cf5d2a17255dfaa0fcb91c;p=platform%2Fcore%2Fapi%2Fapp-control.git Trivial description updates. Change-Id: I8e1b88715c6d87115a5f77e4ada79ec24be973e4 Signed-off-by: Inkyun Kil --- diff --git a/include/app_control.h b/include/app_control.h index 78fa9e6..445349c 100644 --- a/include/app_control.h +++ b/include/app_control.h @@ -354,7 +354,7 @@ typedef enum { /** - * @brief Definition for the application control operation: launch controller server or client. + * @brief Definition for the application control operation: launches controller server or client. * @details Input: APP_CONTROL_DATA_TYPE in extra is the text of launch type("server" or "client"). This is a mandatory field.\n * In some cases, URI is used to inform the path to play for the media controller server.\n * Output: Nothing\n @@ -820,7 +820,7 @@ int app_control_create_with_parameters(app_control_h *app_control, /** - * @brief Creates an app_control handle from an app_control_uri handle. + * @brief Creates an app_control handle using the URI in app_control_uri handle. * * @since_tizen 5.5 * @remarks The @a app_control must be released using app_control_destroy(). @@ -937,7 +937,7 @@ int app_control_get_uri(app_control_h app_control, char **uri); /** - * @brief Sets the URI by the app_control_uri handle. + * @brief Sets the URI of the app_control handle as the URI in the app_control_uri handle. * * @since_tizen 5.5 * @param[in] app_control The app_control handle diff --git a/include/app_control_uri.h b/include/app_control_uri.h index d535b62..c641b84 100644 --- a/include/app_control_uri.h +++ b/include/app_control_uri.h @@ -170,7 +170,7 @@ int app_control_uri_builder_add_query(app_control_uri_builder_h handle, const char *key, const char *val); /** - * @brief Creates a URI handle with the attributes set by calling URI builder functions. + * @brief Creates a URI handle using the attributes of URI builder handle. * @since_tizen 5.5 * * @remarks The @a app_control_uri should be released using app_control_uri_destroy(). @@ -201,7 +201,7 @@ int app_control_uri_builder_build(app_control_uri_builder_h builder, int app_control_uri_builder_destroy(app_control_uri_builder_h handle); /** - * @brief Creates a URI handle from an encoded URI string. + * @brief Creates a URI handle from the encoded URI string. * @since_tizen 5.5 * * @remarks The @a handle should be released using app_control_uri_destroy().