From: Wootak Jung Date: Mon, 29 Feb 2016 02:11:15 +0000 (+0900) Subject: Updated noti set/unset api document X-Git-Tag: submit/tizen/20160303.013045^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=35f2b246bccafe520388f23776f9709dec07c6d3;p=platform%2Fcore%2Fapi%2Ftelephony.git Updated noti set/unset api document Change-Id: I8f057ae10c384836966d8cffafcfd751304b0aa1 --- diff --git a/include/telephony_common.h b/include/telephony_common.h index fd32382..9215a03 100644 --- a/include/telephony_common.h +++ b/include/telephony_common.h @@ -115,6 +115,8 @@ typedef void (*telephony_noti_cb)(telephony_h handle, telephony_noti_e noti_id, * @privlevel public * @privilege %http://tizen.org/privilege/telephony * + * @remarks If applications have no corresponding privilege for this API, callback will not be invoked although API returns success. + * * @param[in] handle The handle to use the telephony API * @param[in] noti_id The notification ID to set the callback * @param[in] cb The callback to be invoked when the telephony state changes @@ -125,7 +127,6 @@ typedef void (*telephony_noti_cb)(telephony_h handle, telephony_noti_e noti_id, * * @retval #TELEPHONY_ERROR_NONE Successful * @retval #TELEPHONY_ERROR_INVALID_PARAMETER Invalid parameter - * @retval #TELEPHONY_ERROR_PERMISSION_DENIED Permission denied * @retval #TELEPHONY_ERROR_NOT_SUPPORTED Not supported * @retval #TELEPHONY_ERROR_OPERATION_FAILED Operation failed * @@ -143,6 +144,8 @@ int telephony_set_noti_cb(telephony_h handle, * @privlevel public * @privilege %http://tizen.org/privilege/telephony * + * @remarks If applications have no corresponding privilege for this API, callback will not be invoked although API returns success. + * * @param[in] handle The handle to use the telephony API * @param[in] noti_id The notification ID to unset a callback * @@ -151,7 +154,6 @@ int telephony_set_noti_cb(telephony_h handle, * * @retval #TELEPHONY_ERROR_NONE Successful * @retval #TELEPHONY_ERROR_INVALID_PARAMETER Invalid parameter - * @retval #TELEPHONY_ERROR_PERMISSION_DENIED Permission denied * @retval #TELEPHONY_ERROR_NOT_SUPPORTED Not supported * @retval #TELEPHONY_ERROR_OPERATION_FAILED Operation failed *