X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFSysAlarm.h;h=4436b99e9fd8de831d63fe7a5df454665142171d;hb=fb5667f78709a4d3614533078d60f149a6323377;hp=902fd9bc84fdee1ce7f68367ff088e555d394126;hpb=48ac942873b3e63fd03835872aa2b20dfc38d9cb;p=platform%2Fframework%2Fnative%2Fappfw.git diff --git a/inc/FSysAlarm.h b/inc/FSysAlarm.h index 902fd9b..4436b99 100644 --- a/inc/FSysAlarm.h +++ b/inc/FSysAlarm.h @@ -1,5 +1,4 @@ // -// Open Service Platform // Copyright (c) 2012 Samsung Electronics Co., Ltd. // // Licensed under the Apache License, Version 2.0 (the License); @@ -83,10 +82,11 @@ public: * * @since 2.0 * + * @privlevel public * @privilege %http://tizen.org/privilege/alarm * * @return An error code - * @param[in] duetime The time for the alarm to ring. @n Any value with a unit that is less than a second is ignored. + * @param[in] duetime The time for the alarm to ring @n Any value with a unit that is less than a second is ignored. * @exception E_SUCCESS The method is successful. * @exception E_PRIVILEGE_DENIED The application does not have the privilege to call this method. * @exception E_INVALID_ARG The specified @c duetime is invalid. @@ -100,12 +100,13 @@ public: * * @since 2.0 * + * @privlevel public * @privilege %http://tizen.org/privilege/alarm * * @return An error code - * @param[in] start The time for the alarm to ring first. @n Any value with a unit that is less than a second is ignored. - * @param[in] period The interval in minutes between consecutive alarm rings. - * @param[in] pEnd The time for the alarm ring to end. @n Any value with a unit that is less than a second is ignored. + * @param[in] start The time for the alarm to ring first @n Any value with a unit that is less than a second is ignored. + * @param[in] period The interval in minutes between consecutive alarm rings + * @param[in] pEnd The time for the alarm ring to end @n Any value with a unit that is less than a second is ignored. * @exception E_SUCCESS The method is successful. * @exception E_PRIVILEGE_DENIED The application does not have the privilege to call this method. * @exception E_INVALID_ARG A specified input parameter is invalid. @@ -119,6 +120,7 @@ public: * * @since 2.0 * + * @privlevel public * @privilege %http://tizen.org/privilege/alarm * * @return An error code