From: jiseob.jang Date: Mon, 9 Nov 2015 10:56:55 +0000 (+0900) Subject: modify a api description. X-Git-Tag: submit/tizen_wearable/20151203.073504^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0552a8289bf02304f9c4adbace43d9c5f4c03d8c;p=platform%2Fcore%2Fapi%2Flibaccount-service.git modify a api description. Change-Id: I63a3c79e94a8b1b13ac6019bec5810c7d692624e Signed-off-by: jiseob.jang --- diff --git a/include/account.h b/include/account.h index b60c511..700b107 100644 --- a/include/account.h +++ b/include/account.h @@ -1642,10 +1642,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 2.3 - * @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