diff options
author | jk7744.park <jk7744.park@samsung.com> | 2016-03-04 20:05:41 +0900 |
---|---|---|
committer | jk7744.park <jk7744.park@samsung.com> | 2016-03-04 20:05:41 +0900 |
commit | a073f1dc46aa6d3635578d954f6f7392d5fa65c0 (patch) | |
tree | 234a96a44a9912480bbc21965724dad655ad7867 /include/account.h | |
parent | 000a4e65c7aba9ba0d7ea651781098e8d8fa5644 (diff) | |
download | libaccounts-svc-a073f1dc46aa6d3635578d954f6f7392d5fa65c0.tar.gz libaccounts-svc-a073f1dc46aa6d3635578d954f6f7392d5fa65c0.tar.bz2 libaccounts-svc-a073f1dc46aa6d3635578d954f6f7392d5fa65c0.zip |
Tizen 2.4.0 rev3 SDK Public Releasesubmit/tizen_2.4/20160306.235709accepted/tizen/2.4/mobile/20160307.015652tizen_2.4accepted/tizen_2.4_mobile
Diffstat (limited to 'include/account.h')
-rw-r--r-- | include/account.h | 8 |
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 |