summaryrefslogtreecommitdiff
path: root/include/account.h
diff options
context:
space:
mode:
authorjk7744.park <jk7744.park@samsung.com>2016-03-04 20:05:41 +0900
committerjk7744.park <jk7744.park@samsung.com>2016-03-04 20:05:41 +0900
commita073f1dc46aa6d3635578d954f6f7392d5fa65c0 (patch)
tree234a96a44a9912480bbc21965724dad655ad7867 /include/account.h
parent000a4e65c7aba9ba0d7ea651781098e8d8fa5644 (diff)
downloadlibaccounts-svc-a073f1dc46aa6d3635578d954f6f7392d5fa65c0.tar.gz
libaccounts-svc-a073f1dc46aa6d3635578d954f6f7392d5fa65c0.tar.bz2
libaccounts-svc-a073f1dc46aa6d3635578d954f6f7392d5fa65c0.zip
Diffstat (limited to 'include/account.h')
-rw-r--r--include/account.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/account.h b/include/account.h
index edbedc5..b503e25 100644
--- a/include/account.h
+++ b/include/account.h
@@ -1659,10 +1659,10 @@ int account_type_query_label_by_app_id(account_label_cb callback, const char* ap
* @brief Retrieves the account provider information with your application ID.
*
* @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.4 @endif
- * @privlevel public
- * @privilege %http://tizen.org/privilege/account.read
- * @param[in] app_id The application ID to search
- * @param[out] account_type The account handle which is created by account_type_create()
+ * @privlevel public
+ * @privilege %http://tizen.org/privilege/account.read
+ * @param[in] app_id The application ID to search
+ * @param[in/out] account_type The account handle which has to be created by account_type_create() before calling this function and released by account_type_destroy() after calling this function.
*
* @return @c 0 on success,
* otherwise a negative error value