Merge "remove badge dependency for legacy NotificationManager" into tizen_2.2
[platform/framework/native/appfw.git] / inc / FAppPkgPackageManager.h
index 38eba9f..59d24a2 100755 (executable)
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
@@ -204,7 +203,6 @@ public:
         * @exception   E_SYSTEM                        The method cannot proceed due to a severe system error.
         * @exception   E_PRIVILEGE_DENIED      The application does not have the privilege to call this method.
         * @remarks             A listener instance ownership is transferred to the platform. After notifying result, the listener instance is removed automatically. A reuse of the listener instance is not allowed.
-        * @see                 IPackageInstallationResponseListener
         */
        result InstallPackage(const PackageId& packageId, const Tizen::Base::String& packagePath, IPackageInstallationResponseListener* pListener);
 
@@ -225,7 +223,6 @@ public:
         * @exception   E_PKG_NOT_INSTALLED             The package is not installed.
         * @exception   E_PRIVILEGE_DENIED              The application does not have the privilege to call this method.
         * @remarks             A listener instance ownership is transferred to the platform. After notifying result, the listener instance is removed automatically. A reuse of the listener instance is not allowed.
-        * @see                 IPackageUninstallationResponseListener
         */
        result UninstallPackage(const PackageId& packageId, IPackageUninstallationResponseListener* pListener);
 
@@ -276,7 +273,7 @@ public:
        * @privlevel     platform
        * @privilege     %http://tizen.org/privilege/packagemanager.info
        *
-       * @return        A pointer to the %PackageInfo instance, @n
+       * @return        A pointer to the PackageInfo instance, @n
        *               else @c null if it fails
        * @param[in]    filePath                           The package file path
        * @exception    E_SUCCESS                          The method is successful.
@@ -296,7 +293,7 @@ public:
        * @privlevel     public
        * @privilege     %http://tizen.org/privilege/package.info
        *
-       * @return        A pointer to the list of the %PackageInfo instances, @n
+       * @return        A pointer to the list of the PackageInfo instances, @n
        *                else @c null if it fails
        * @param[in]     packageFilterMap         The predefined key(Tizen::Base::String)-value(Tizen::Base::Boolean) pairs for the package filter @n
        * For more information on the predefined key-value pairs for package filter,
@@ -316,11 +313,11 @@ public:
        * @privlevel     public
        * @privilege     %http://tizen.org/privilege/package.info
        *
-       * @return        A pointer to the list of the %PackageAppInfo instances, @n
+       * @return        A pointer to the list of the PackageAppInfo instances, @n
        *                else @c null if it fails
        * @param[in]     packageAppFilterMap      The predefined key(Tizen::Base::String)-value(Tizen::Base::String or Tizen::Base::Boolean) pairs for the package app filter @n
-       * For more information on the predefined key-value pairs for package app filter,
-       *       see <a href="../org.tizen.native.appprogramming/html/guide/app/package_app_filter.htm">the predefined key-value pairs for package app filter</a>.
+       * For more information, see <a href="../org.tizen.native.appprogramming/html/guide/app/package_app_filter.htm">
+       * the predefined key-value pairs for package app filter</a>.
        * @exception    E_SUCCESS                            The method is successful.
        * @exception    E_INVALID_ARG                        The specified input parameter is invalid.
        * @exception    E_SYSTEM                             The method cannot proceed due to a severe system error.
@@ -336,17 +333,14 @@ public:
        * @privlevel     public
        * @privilege     %http://tizen.org/privilege/package.info
        *
-       * @return        A pointer to the list of the %PackageAppInfo instances, @n
+       * @return        A pointer to the list of the PackageAppInfo instances, @n
        *                              else @c null if it fails
        * @param[in] packageFilterMap        The predefined key(Tizen::Base::String)-value(Tizen::Base::Boolean) pairs for the package filter @n
        * @param[in] packageAppFilterMap     The predefined and user defined key(Tizen::Base::String)-value(Tizen::Base::String or Tizen::Base::Boolean) pairs for the package app filter @n
-       *                                    The user defined key-value pairs can be added in <Metadata> of manifest.xml.
-       *
-       * For more information on the predefined key-value pairs for package filter,
-       *              see <a href="../org.tizen.native.appprogramming/html/guide/app/package_app_filter.htm">the predefined key-value pairs for package filter</a>.
-       * For more information on the predefined key-value pairs for package app filter,
-       *              see <a href="../org.tizen.native.appprogramming/html/guide/app/package_app_filter.htm">the predefined key-value pairs for package app filter</a>.
-       *
+       *                                                       The user defined key-value pairs can be added in <Metadata> of manifest.xml. @n For more information, 
+       *                                                       see <a href="../org.tizen.native.appprogramming/html/guide/app/package_filter.htm">the predefined key-value pairs 
+       *                                                       for package filter</a> and <a href="../org.tizen.native.appprogramming/html/guide/app/package_app_filter.htm">the 
+       *                                                       predefined key-value pairs for package app filter</a>.
        * @exception    E_SUCCESS                            The method is successful.
        * @exception    E_INVALID_ARG                        A specified input parameter is invalid.
        * @exception    E_SYSTEM                             The method cannot proceed due to a severe system error.