Trivial description updates. 91/227591/1
authorInkyun Kil <inkyun.kil@samsung.com>
Fri, 13 Mar 2020 04:13:30 +0000 (13:13 +0900)
committerInkyun Kil <inkyun.kil@samsung.com>
Fri, 13 Mar 2020 04:13:30 +0000 (13:13 +0900)
Change-Id: I8e1b88715c6d87115a5f77e4ada79ec24be973e4
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
include/app_control.h
include/app_control_uri.h

index 78fa9e64f01346f9ea8aadbe10c58ca7103b68dd..445349caba985a621bc057574d3c497c6bd900b4 100644 (file)
@@ -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
index d535b62617b5634f46dbf0da85880d852e3cbb7d..c641b846f23b89c92e7c3aa1c6a3fb9768c16b90 100644 (file)
@@ -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().