Init Tizen 2.2.1
[framework/osp/web.git] / inc / FWebBookmarkItem.h
old mode 100755 (executable)
new mode 100644 (file)
index f685e8a..3cb4e16
@@ -62,7 +62,7 @@ const RecordId ROOT_FOLDER_ID = -1;
 * @final               This class is not intended for extension.
 *
 * The %BookmarkItem class provides access to the WebBookmark class.
-* Each item contains the title, the URL of the page, the item type, and the parent folder ID.
+* Each item contains the title, the URL of a page, the item type, and the parent folder ID.
 */
 class _OSP_EXPORT_ BookmarkItem
        : public Tizen::Base::Object
@@ -76,7 +76,7 @@ public:
         *
         * @since               2.1
         *
-        * @param[in] rhs An instance of %BookmarkItem
+        * @param[in] rhs An instance of %BookmarkItem to copy
         */
        BookmarkItem(const BookmarkItem& rhs);
 
@@ -102,7 +102,7 @@ public:
         * @since               2.1
         *
         * @return              The URL of the current bookmark item @n
-        *                              If the item type is folder, this method will return an empty string.
+        *                              If the item type is folder, this method returns an empty string.
         * @see IsFolder()
         */
        Tizen::Base::String GetUrl(void) const;
@@ -114,9 +114,7 @@ public:
         *
         * @return              The image
         * @exception   E_SUCCESS       The method is successful.
-        * @exception   E_SYSTEM        Either of the following conditions has occurred: @n
-        *                                              - The method cannot proceed due to a severe system error. @n
-        *                                              - The method has failed because it does not work on a service application.
+        * @exception   E_SYSTEM        The method cannot proceed due to a severe system error.
         * @remarks     The specific error code can be accessed using the GetLastResult() method.
         */
        Tizen::Graphics::Bitmap* GetFaviconN(void) const;
@@ -127,7 +125,7 @@ public:
         * @since               2.1
         *
         * @return              The parent folder ID of the current bookmark item @n
-        *                              If the current bookmark item is the one in topmost level, this method will return ::ROOT_FOLDER_ID.
+        *                              If the current bookmark item is the one at the topmost level, this method returns ::ROOT_FOLDER_ID.
         */
        RecordId GetParentFolderId(void) const;
 
@@ -137,7 +135,7 @@ public:
         * @since               2.1
         *
         * @return              @c true if the type of the current bookmark item is folder, @n
-        *                                      else @c false
+        *                              else @c false
         */
        bool IsFolder(void) const;
 
@@ -156,7 +154,7 @@ public:
         * @since               2.1
         *
         * @return              @c true if the two instances match, or if and only if the two instances contain the same elements, @n
-        *                                      else @c false @n
+        *                              else @c false
         * @param[in]   obj                             The object to compare with the current instance
         * @see Tizen::Base::Object::Equals()
         */
@@ -167,7 +165,7 @@ public:
         *
         * @since               2.1
         *
-        * @param[in]   rhs                     The instance of the %BookmarkItem class to assign from
+        * @param[in]   rhs                     An instance of the %BookmarkItem class to assign
         */
        BookmarkItem& operator =(const BookmarkItem& rhs);