apply new privilege level format
authorjungmin76.park <jungmin76.park@samsung.com>
Mon, 4 Mar 2013 07:32:31 +0000 (16:32 +0900)
committerjungmin76.park <jungmin76.park@samsung.com>
Mon, 4 Mar 2013 07:33:55 +0000 (16:33 +0900)
Change-Id: I3b5b738716c80d20af794d1f09094be5091a77af
Signed-off-by: jungmin76.park <jungmin76.park@samsung.com>
inc/FShellHomeManager.h
inc/FShellLiveboxProviderManager.h
inc/FShellNotificationManager.h

index 2be35c9..7bd44e8 100755 (executable)
@@ -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
index 94a8824..48173e9 100644 (file)
@@ -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
index 0422498..d98fa8e 100644 (file)
@@ -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