Add doxygen comment for app_control_uri_query_foreach_cb 10/203210/1
authorInkyun Kil <inkyun.kil@samsung.com>
Wed, 10 Apr 2019 22:56:37 +0000 (07:56 +0900)
committerInkyun Kil <inkyun.kil@samsung.com>
Wed, 10 Apr 2019 22:57:25 +0000 (07:57 +0900)
Change-Id: I4923622c7e138070304ef26ff3612e5329165126
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
include/app_control_uri.h

index bb2490c..df95869 100644 (file)
@@ -392,6 +392,8 @@ int app_control_uri_get_user(app_control_uri_h handle, const char **user);
  * @brief Called to retrieve key-value pair attributes contained in the query component.
  * @since_tizen 5.5
  *
+ * @remarks @a key and @a val must not be released. The platform will release them when the query object is released (see app_control_uri_get_query())
+ *
  * @param[in]   key                     The name of the query component key-value pairs
  * @param[in]   val                     The value associated with the given key
  * @param[in]   user_data               The user data passed from the foreach function