From: mk5004.lee Date: Fri, 27 Sep 2019 08:09:19 +0000 (+0900) Subject: Update doxygen X-Git-Tag: submit/tizen/20201111.054119~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=74c307ee57d3091480c37064516006379ae82a30;p=platform%2Fcore%2Fapi%2Fcapability-manager.git Update doxygen Change-Id: If9e6d1b8563b5b4ee7712ced74bc2695106e80a9 Signed-off-by: mk5004.lee --- diff --git a/include/capability_manager.h b/include/capability_manager.h index 9e5985d..29bc679 100644 --- a/include/capability_manager.h +++ b/include/capability_manager.h @@ -264,8 +264,8 @@ int capmgr_device_get_sw_version(capmgr_device_h device, char** sw_ver); * otherwise a negative error value * * @retval #CAPMGR_ERROR_NONE Successful - * @retval #CAPMGR_ERROR_OUT_OF_MEMORY Out of memory * @retval #CAPMGR_ERROR_INVALID_PARAMETER Invalid parameter + * @retval #CAPMGR_ERROR_OUT_OF_MEMORY Out of memory * @see capmgr_app_control_destroy() */ int capmgr_app_control_create(capmgr_app_control_h* app_control); @@ -495,20 +495,20 @@ int capmgr_app_control_remove_extra_data(capmgr_app_control_h app_control, /** * @brief Sends the app control to remote device specified at handle. - * @remarks The remote app should declare %http://tizen.org/privilege/d2d.remotelaunch privilege for receive. * @since_tizen 5.5 * @privlevel public * @privilege %http://tizen.org/privilege/d2d.datasharing * @privilege %http://tizen.org/privilege/appmanager.launch + * @remarks The remote app should declare %http://tizen.org/privilege/d2d.remotelaunch privilege for receive. * @param[in] app_control The remote app control handle * @param[in] cb Callback to be invoked when send has done * @param[in] user_data The user data to be passed to the callback function * @return @c 0 on success, * otherwise a negative error value * @retval #CAPMGR_ERROR_NONE Successful + * @retval #CAPMGR_ERROR_PERMISSION_DENIED Permission denied * @retval #CAPMGR_ERROR_INVALID_PARAMETER Invalid parameter * @retval #CAPMGR_ERROR_OUT_OF_MEMORY Out of memory - * @retval #CAPMGR_ERROR_PERMISSION_DENIED Permission denied */ int capmgr_app_control_send(capmgr_app_control_h app_control, capmgr_app_control_reply_cb cb, void* user_data);