Fix order of lines in documentation 46/192346/1
authorPawel Kowalski <p.kowalski2@partner.samsung.com>
Fri, 2 Nov 2018 10:28:50 +0000 (11:28 +0100)
committerPawel Kowalski <p.kowalski2@partner.samsung.com>
Fri, 2 Nov 2018 10:28:50 +0000 (11:28 +0100)
Change-Id: I19606b88b595407f5ab01f34166756c672e09945

src/client/include/askuser-notification-client.h

index a9d6f1cada11d2c5da0a3b05d3930ac5a6694d1b..7d1b840bae8e9d79d4e384ebeaa9688e187a3fb1 100644 (file)
@@ -473,8 +473,8 @@ int askuser_client_check_privileges(askuser_client *p_client, const char **privi
  * Required privilege: http://tizen.org/privilege/permission.check
  *
  * \param[in]   p_client          An instance of the askuser_client structure previously
- * \param[in]   app_id            The app_id of the app that is to be checked.
  *                                created by askuser_client_initialize().
+ * \param[in]   app_id            The app_id of the app that is to be checked.
  * \param[in]   privileges        Privileges array that is to be checked.
  * \param[in]   privileges_count  The number of elements of the privileges and results arrays.
  *                                The parameter value should not exceed 100.