Modified doxygen
authorHeeJu Kang <mobum.kang@samsung.com>
Wed, 26 Dec 2012 00:37:46 +0000 (09:37 +0900)
committerHeeJu Kang <mobum.kang@samsung.com>
Wed, 26 Dec 2012 00:37:46 +0000 (09:37 +0900)
Change-Id: Ic384aae9f46cdb264105933ec4ab68b63a9a9744
Signed-off-by: HeeJu Kang <mobum.kang@samsung.com>
inc/FShellLiveboxFrame.h
inc/FShellLiveboxPopup.h
inc/FShellLiveboxView.h

index 846eafb..5402ce0 100644 (file)
@@ -64,6 +64,7 @@ public:
         * @param[in]   size                            The new width and height
         * @exception   E_SUCCESS           The method is successful.
         * @exception   E_INVALID_ARG           A specified input parameter is invalid.
+        * @see LiveboxProvider::OnLiveboxProviderInitialize()
         */
        result Construct(const Tizen::Graphics::Dimension& size);
 
@@ -76,6 +77,7 @@ public:
         * @param[in]   size                            The new width and height
         * @exception   E_SUCCESS           The method is successful.
         * @exception   E_INVALID_ARG           A specified input parameter is invalid.
+        * @see LiveboxProvider::OnLiveboxProviderInitialize()
         */
        result Construct(const Tizen::Ui::Layout& layout, const Tizen::Graphics::Dimension& size);
 
index 82c9908..6c2167c 100644 (file)
@@ -64,6 +64,7 @@ public:
         * @param[in]   size                            The new width and height
         * @exception   E_SUCCESS           The method is successful.
         * @exception   E_INVALID_ARG           A specified input parameter is invalid.
+        * @see LiveboxProvider::OnLiveboxPopupProviderInitialize()
         */
        result Construct(const Tizen::Graphics::Dimension& size);
 
@@ -76,6 +77,7 @@ public:
         * @param[in]   size                            The new width and height
         * @exception   E_SUCCESS           The method is successful.
         * @exception   E_INVALID_ARG           A specified input parameter is invalid.
+        * @see LiveboxProvider::OnLiveboxPopupProviderInitialize()
         */
        result Construct(const Tizen::Ui::Layout& layout, const Tizen::Graphics::Dimension& size);
 
index 3b32d0e..a1feee0 100644 (file)
@@ -73,7 +73,9 @@ public:
         *                                                                      This instance represents the x and y coordinates of the top-left corner @n
         *                                                                      of the created window along with its width and height. @n
         * @exception   E_SUCCESS           The method is successful.
-        * @exception   E_INVALID_ARG           A specified input parameter is invalid.
+        * @exception   E_INVALID_ARG           A specified input parameter is invalid.\r
+        * @exception   E_APP_NOT_INSTALLED     The application is not installed.\r
+        * @exception   E_OBJ_NOT_FOUND         The specified Livebox provider is not found.
         */
        result Construct(const Tizen::Base::String& appId, const Tizen::Base::String& providerName, const Tizen::Graphics::Rectangle& rect);
 
@@ -89,7 +91,9 @@ public:
         *                                                                      of the created window along with its width and height. @n
         * @param[in]   userInfo                        Extra data to be delivered to Livebox provider
         * @exception   E_SUCCESS           The method is successful.
-        * @exception   E_INVALID_ARG           A specified input parameter is invalid.
+        * @exception   E_INVALID_ARG           A specified input parameter is invalid.\r
+        * @exception   E_APP_NOT_INSTALLED     The application is not installed.\r
+        * @exception   E_OBJ_NOT_FOUND         The specified Livebox provider is not found.
         */
        result Construct(const Tizen::Base::String& appId, const Tizen::Base::String& providerName, const Tizen::Graphics::Rectangle& rect, const Tizen::Base::String& userInfo);