From: Inkyun Kil Date: Wed, 10 Apr 2019 22:56:37 +0000 (+0900) Subject: Add doxygen comment for app_control_uri_query_foreach_cb X-Git-Tag: submit/tizen/20190411.012356~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F10%2F203210%2F1;p=platform%2Fcore%2Fapi%2Fapp-control.git Add doxygen comment for app_control_uri_query_foreach_cb Change-Id: I4923622c7e138070304ef26ff3612e5329165126 Signed-off-by: Inkyun Kil --- diff --git a/include/app_control_uri.h b/include/app_control_uri.h index bb2490c..df95869 100644 --- a/include/app_control_uri.h +++ b/include/app_control_uri.h @@ -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