From da3ee4629ada4a72a2aa16db746b33cb02a77f34 Mon Sep 17 00:00:00 2001 From: "jungmin76.park" Date: Thu, 4 Apr 2013 11:44:26 +0900 Subject: [PATCH] update remark (This method is invoked only in the main threadThis method is invoked only in the main thread) Change-Id: Ia35533ded9933074446acbf03ee7d3347ff6ae2b Signed-off-by: jungmin76.park --- inc/FShellIAppWidgetRequestListener.h | 1 + inc/FShellIBadgeEventListener.h | 1 + 2 files changed, 2 insertions(+) diff --git a/inc/FShellIAppWidgetRequestListener.h b/inc/FShellIAppWidgetRequestListener.h index e3ca200..1ea9b97 100644 --- a/inc/FShellIAppWidgetRequestListener.h +++ b/inc/FShellIAppWidgetRequestListener.h @@ -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; diff --git a/inc/FShellIBadgeEventListener.h b/inc/FShellIBadgeEventListener.h index 78f5f51..1c98456 100644 --- a/inc/FShellIBadgeEventListener.h +++ b/inc/FShellIBadgeEventListener.h @@ -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; -- 2.7.4