Enable build with iniparser v 3.1
[platform/framework/native/appfw.git] / inc / FAppPkgIPackageInstallationResponseListener.h
index da8e6df..b4d203c 100755 (executable)
@@ -37,9 +37,9 @@ namespace Tizen { namespace App { namespace Package
  *
  * @since      2.0
  *
- * The %IPackageInstallationResponseListener interface defines a listener that is notified for events related to installation of a target package.
- * The events include installation result and installation progress information.
- * Generally, applications such as %Tizen Store use this listener in a package installation step.
+ * The %IPackageInstallationResponseListener interface defines a listener that is notified about events related to the installation of a target package.
+ * The events include the installation result and the installation progress information.
+ * Generally, applications such as the Tizen Store use this listener in a package installation step.
  * @see PackageManager::InstallPackage()
  */
 class _OSP_EXPORT_ IPackageInstallationResponseListener
@@ -47,7 +47,7 @@ class _OSP_EXPORT_ IPackageInstallationResponseListener
 {
 public:
        /**
-       * This polymorphic destructor should be overridden if required.
+       * This polymorphic destructor should be overridden if required. @n
        * This way, the destructors of the derived classes are called when the destructor of this interface is called.
        *
        * @since        2.0
@@ -61,7 +61,7 @@ public:
        *
        * @since        2.0
        *
-       * @param[in]    packageId                       The package ID
+       * @param[in]    packageId                               The package ID
        * @param[in]    installationResult              The installation result
        *
        */
@@ -73,7 +73,7 @@ public:
        * @since        2.0
        *
        * @param[in]    packageId                       The package ID
-       * @param[in]    progress                The progress of an installation in percentage
+       * @param[in]    progress                        The progress of the installation in percentage
        *
        */
        virtual void OnPackageInstallationInProgressResponseReceived(const PackageId& packageId, int progress) = 0;