update remark (This method is invoked only in the main threadThis method is invoked...
authorjungmin76.park <jungmin76.park@samsung.com>
Thu, 4 Apr 2013 02:44:26 +0000 (11:44 +0900)
committerjungmin76.park <jungmin76.park@samsung.com>
Thu, 4 Apr 2013 02:44:26 +0000 (11:44 +0900)
Change-Id: Ia35533ded9933074446acbf03ee7d3347ff6ae2b
Signed-off-by: jungmin76.park <jungmin76.park@samsung.com>
inc/FShellIAppWidgetRequestListener.h
inc/FShellIBadgeEventListener.h

index e3ca200..1ea9b97 100644 (file)
@@ -62,6 +62,7 @@ public:
         * @param[in]   providerName    The name of AppWidget provider to add
         * @param[in]   text                    Alternative text for the AppWidget
         * @param[in]   userInfo                User information for the AppWidget provider
+        * @remarks     This method is invoked only in the main thread
         * @see         AppWidgetManager::AddAppWidget()
         */
        virtual void OnAppWidgetAddRequested(const Tizen::App::AppId& appId, const Tizen::Base::String& providerName, const Tizen::Base::String& text, const Tizen::Base::String& userInfo) = 0;
index 78f5f51..1c98456 100644 (file)
@@ -56,6 +56,7 @@ public:
         *
         * @param[in]   appId   The application ID that badge number updated
         * @param[in]   badgeNumber             Updated badge number
+        * @remarks     This method is invoked only in the main thread
         * @see         NotificationManager::Notify()
         */
        virtual void OnBadgeUpdated(const Tizen::App::AppId& appId, int badgeNumber) = 0;