From: Minkyoung Kang Date: Tue, 16 Apr 2013 07:57:42 +0000 (+0900) Subject: fixed wrong link X-Git-Tag: accepted/tizen_2.1/20130425.034849~54 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5863bcb4ecb3b5296d9d8ed188a39c67e72b52ea;p=platform%2Fframework%2Fnative%2Fappfw.git fixed wrong link Change-Id: I5a03bc54190b9267437ae6c42f3972c264ac8793 --- diff --git a/inc/FAppAppManager.h b/inc/FAppAppManager.h index 09ab0ab..7984790 100755 --- a/inc/FAppAppManager.h +++ b/inc/FAppAppManager.h @@ -134,7 +134,6 @@ public: * @exception E_SYSTEM A system error has occurred. @n * Either the file operation or the DB operation has failed. * @remarks The specific error code can be accessed using the GetLastResult() method. - * @remarks For the delivered launch arguments, see App::GetAppArgumentListN(). */ static Tizen::Base::Collection::IList* FindAppControlsN(const Tizen::Base::String* pOperationId, const Tizen::Base::String* pCategory, const Tizen::Base::String* pDataType, const Tizen::Base::String* pUriPattern); @@ -415,7 +414,7 @@ public: * @remarks For the NFC launch condition, the detected NDEF message can be acquired using the @c pExtraData parameter of the %IAppLaunchConditionEventListener::OnAppLaunchConditionMetN() method. * @see UnregisterAppLaunch() * @see IsAppLaunchRegistered() - * @see LaunchApplication() + * @see LaunchApplication(const AppId&, LaunchOption); * @see Tizen::Base::DateTime::ToString() * @see Tizen::Io::SerialPort * @@ -537,7 +536,7 @@ public: * @remarks For the NFC launch condition, the detected NDEF message can be acquired using the @c pExtraData parameter of the %IAppLaunchConditionEventListener::OnAppLaunchConditionMetN() method. * @see UnregisterAppLaunch() * @see IsAppLaunchRegistered() - * @see LaunchApplication() + * @see LaunchApplication(const AppId&, LaunchOption); * @see IAppLaunchConditionEventListener::OnAppLaunchConditionMetN() * @see Tizen::Base::DateTime::ToString() * @see Tizen::Io::SerialPort