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 a9d6f1c..7d1b840 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.