From: jungmin76.park Date: Mon, 4 Mar 2013 07:32:31 +0000 (+0900) Subject: apply new privilege level format X-Git-Tag: accepted/tizen_2.1/20130425.034720~82^2~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e7162d172682150ed151530328dcadc2b4f95af1;p=platform%2Fframework%2Fnative%2Fshell.git apply new privilege level format Change-Id: I3b5b738716c80d20af794d1f09094be5091a77af Signed-off-by: jungmin76.park --- diff --git a/inc/FShellHomeManager.h b/inc/FShellHomeManager.h index 2be35c9..7bd44e8 100755 --- a/inc/FShellHomeManager.h +++ b/inc/FShellHomeManager.h @@ -60,6 +60,7 @@ public: /* * Request the Home screen to add the spefied shortcut. * + * @privlevel public * @privilege http::tizen.org/privilege/homemanager * * @since 2.1 diff --git a/inc/FShellLiveboxProviderManager.h b/inc/FShellLiveboxProviderManager.h index 94a8824..48173e9 100644 --- a/inc/FShellLiveboxProviderManager.h +++ b/inc/FShellLiveboxProviderManager.h @@ -86,7 +86,7 @@ public: * Requests a Livebox viewer(eg, Home screen, Lock screen) to add the specified Livebox. * * @since 2.1 - * @privlevel user + * @privlevel public * @privilege http://tizen.org/privilege/liveboxmanager * * @param[in] viewerAppId The ID of the viewer application that the specified Livebox will be added to diff --git a/inc/FShellNotificationManager.h b/inc/FShellNotificationManager.h index 0422498..d98fa8e 100644 --- a/inc/FShellNotificationManager.h +++ b/inc/FShellNotificationManager.h @@ -137,8 +137,8 @@ public: * Gets the current badge number of an application icon. * * @since 2.0 - * @privlevel user - * @privilege http://tizen.org/privilege/notification + * @privlevel public + * @privilege http://tizen.org/privilege/notification * * @return The current badge number if the method is successful, @n else @c -1 if the method fails @@ -154,8 +154,8 @@ public: * Notifies the user who has @c badgeNumber as a badge number. * * @since 2.0 - * @privlevel user - * @privilege http://tizen.org/privilege/notification + * @privlevel public + * @privilege http://tizen.org/privilege/notification * * @return An error code * @param[in] badgeNumber The badge number @@ -171,8 +171,8 @@ public: * Notifies the user with a message. * * @since 2.0 - * @privlevel user - * @privilege http://tizen.org/privilege/notification + * @privlevel public + * @privilege http://tizen.org/privilege/notification * * @return An error code * @param[in] messageText The notification message @@ -188,8 +188,8 @@ public: * Notifies the user who has @c badgeNumber as badge number with a message. * * @since 2.0 - * @privlevel user - * @privilege http://tizen.org/privilege/notification + * @privlevel public + * @privilege http://tizen.org/privilege/notification * * @return An error code * @param[in] messageText The notification message @@ -209,8 +209,8 @@ public: * for IAppControlProviderEventListener::OnAppControlRequestReceived(). * * @since 2.0 - * @privlevel user - * @privilege http://tizen.org/privilege/notification + * @privlevel public + * @privilege http://tizen.org/privilege/notification * * @return An error code * @param[in] messageText The notification message @@ -232,8 +232,8 @@ public: * The notification request may have various pieces of information such as alert text, title text, launch arguments, and so on. * * @since 2.0 - * @privlevel user - * @privilege http://tizen.org/privilege/notification + * @privlevel public + * @privilege http://tizen.org/privilege/notification * * @return An error code * @param[in] request The notification request @@ -274,7 +274,7 @@ public: * Removes the notification message. * * @since 2.0 - * @privlevel user + * @privlevel public * @privilege http://tizen.org/privilege/notification * * @return An error code @@ -307,8 +307,8 @@ public: * Notifies the user about the ongoing activity using a message. * * @since 2.0 - * @privlevel user - * @privilege http://tizen.org/privilege/notification + * @privlevel public + * @privilege http://tizen.org/privilege/notification * * @return An error code * @param[in] messageText The notification message @@ -327,8 +327,8 @@ public: * for IAppControlProviderEventListener::OnAppControlRequestReceived(). * * @since 2.0 - * @privlevel user - * @privilege http://tizen.org/privilege/notification + * @privlevel public + * @privilege http://tizen.org/privilege/notification * * @return An error code * @param[in] messageText The notification message @@ -348,8 +348,8 @@ public: * The request may have various pieces of information such as alert text, title text, launch arguments, and so on. * * @since 2.0 - * @privlevel user - * @privilege http://tizen.org/privilege/notification + * @privlevel public + * @privilege http://tizen.org/privilege/notification * * @return An error code * @param[in] request The notification request @@ -388,7 +388,7 @@ public: * Removes the notification message for the ongoing activity. * * @since 2.0 - * @privlevel user + * @privlevel public * @privilege http://tizen.org/privilege/notification * * @return An error code @@ -421,8 +421,8 @@ public: * Gets the badge number of the application icon mentioned in the @c appId. * * @since 2.0 - * @privlevel user - * @privilege http://tizen.org/privilege/notification + * @privlevel public + * @privilege http://tizen.org/privilege/notification * * @return The current badge number if the method is successful, @n else @c -1 if the method fails @@ -440,8 +440,8 @@ public: * Notifies the user with a message. * * @since 2.1 - * @privlevel user - * @privilege http://tizen.org/privilege/notification + * @privlevel public + * @privilege http://tizen.org/privilege/notification * * @return An error code * @param[in] messageText The notification message