Init Tizen 2.2.1
[framework/osp/web.git] / inc / FWebCtrlGeolocationPermissionManager.h
index e1c4ca2..89ab838 100755 (executable)
@@ -17,7 +17,6 @@
 /**\r
  * @file               FWebCtrlGeolocationPermissionManager.h\r
  * @brief              This is the header file for the %GeolocationPermissionManager class.\r
- * @privlevel          platform\r
  *\r
  * This header file contains the declarations of the %GeolocationPermissionManager class.\r
  *\r
@@ -44,8 +43,7 @@ class _GeolocationPermissionManagerImpl;
  *\r
  * @since              2.0\r
  *\r
- * The %GeolocationPermissionManager class provides methods to manage geolocation permissions decided by a user from origins using html5 JavaScript geolocation APIs.\r
- * @n\r
+ * The %GeolocationPermissionManager class provides methods to manage geolocation permissions decided by a user from origins using html5 JavaScript geolocation APIs. @n\r
  * Origin consists of the scheme, host, and port.\r
  */\r
 \r
@@ -58,14 +56,13 @@ public:
         * Gets the origin list stored at the geolocation database.\r
         *\r
         * @since               2.0\r
-        *\r
         * @privlevel           platform\r
         * @privilege   %http://tizen.org/privilege/geolocationpermission.read\r
         *\r
-        * @return      A pointer to Tizen::Base::Collection::IList containing origin(Tizen::Base::String) list, @n\r
+        * @return              A pointer to Tizen::Base::Collection::IList that contains the origin(Tizen::Base::String) list, @n\r
         *                              else @c null if no geolocation permission data exists\r
-        * @exception   E_SUCCESS               The method is successful.\r
-        * @exception   E_SYSTEM                The method cannot proceed due to a severe system error.\r
+        * @exception   E_SUCCESS                       The method is successful.\r
+        * @exception   E_SYSTEM                        The method cannot proceed due to a severe system error.\r
         * @exception   E_PRIVILEGE_DENIED      The application does not have the privilege to call this method.\r
         * @remarks     The specific error code can be accessed using the GetLastResult() method.\r
         */\r
@@ -75,13 +72,12 @@ public:
         * Checks whether geolocation permission is allowed or not for the specified @c origin.\r
         *\r
         * @since               2.0\r
-        *\r
         * @privlevel   platform\r
         * @privilege   %http://tizen.org/privilege/geolocationpermission.read\r
         *\r
         * @return              @c true if geolocation permission is allowed, @n\r
-        *                                      else @c false\r
-        * @param[in]   origin                  The origin\r
+        *                              else @c false\r
+        * @param[in]   origin                          The origin\r
         * @exception   E_SUCCESS                       The method is successful.\r
         * @exception   E_DATA_NOT_FOUND        There is no permission data for the specified @c origin.\r
         * @exception   E_SYSTEM                        The method cannot proceed due to a severe system error.\r
@@ -94,12 +90,11 @@ public:
         * Removes the geolocation data for the specified @c origin.\r
         *\r
         * @since               2.0\r
-        *\r
         * @privlevel   platform\r
         * @privilege   %http://tizen.org/privilege/geolocationpermission.write\r
         *\r
         * @return              An error code\r
-        * @param[in]   origin                  The origin\r
+        * @param[in]   origin                          The origin\r
         * @exception   E_SUCCESS                       The method is successful.\r
         * @exception   E_DATA_NOT_FOUND        There is no permission data for the specified @c origin.\r
         * @exception   E_SYSTEM                        The method cannot proceed due to a severe system error.\r
@@ -109,10 +104,9 @@ public:
        result Remove(const Tizen::Base::String& origin);\r
 \r
        /**\r
-        * Removes all elements in the list.\r
+        * Removes all the elements from the list.\r
         * \r
         * @since               2.0\r
-        *\r
         * @privlevel   platform\r
         * @privilege   %http://tizen.org/privilege/geolocationpermission.write\r
         *\r
@@ -125,14 +119,14 @@ public:
        result RemoveAll(void);\r
 \r
        /**\r
-        * Gets the geolocation permission manager instance.\r
+        * Gets a geolocation permission manager instance.\r
         *\r
         * @since               2.0\r
         *\r
         * @return              A pointer to the %GeolocationPermissionManager instance, @n\r
-        *                                      else @c null if it fails\r
+        *                              else @c null if it fails\r
         * @exception   E_SUCCESS                       The method is successful.\r
-        * @exception   E_OUT_OF_MEMORY The memory is insufficient.\r
+        * @exception   E_OUT_OF_MEMORY         The memory is insufficient.\r
         * @exception   E_SYSTEM                        The method cannot proceed due to a severe system error.\r
         * @remarks             The specific error code can be accessed using the GetLastResult() method.\r
         */\r