diff options
author | hs321.lee <hs321.lee@samsung.com> | 2013-12-04 16:23:23 +0900 |
---|---|---|
committer | hs321.lee <hs321.lee@samsung.com> | 2014-01-06 15:39:00 +0900 |
commit | d13f04c75e835bd259ba3db929cfcd97b6102f13 (patch) | |
tree | 6e395a7c05419e3f157174d4902bc9fa2109f030 | |
parent | c55e420a74b677d61ad99f840ebb3dc51429c4cc (diff) | |
download | social-d13f04c75e835bd259ba3db929cfcd97b6102f13.tar.gz social-d13f04c75e835bd259ba3db929cfcd97b6102f13.tar.bz2 social-d13f04c75e835bd259ba3db929cfcd97b6102f13.zip |
Update the doxygen about removing and updating an account
Change-Id: I4aa59f31feb0a3bb19a5138748573026da20d1f2
Signed-off-by: hs321.lee <hs321.lee@samsung.com>
-rw-r--r-- | inc/FSclAccountManager.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/inc/FSclAccountManager.h b/inc/FSclAccountManager.h index 3391f36..e849e2f 100644 --- a/inc/FSclAccountManager.h +++ b/inc/FSclAccountManager.h @@ -67,7 +67,8 @@ public: * @privilege %http://tizen.org/privilege/account.write * * @return An error code - * @param[in,out] account The account to add + * @param[in,out] account The account to add @n + * If this method is successful, the account ID for the added account is assigned. * @exception E_SUCCESS The method is successful. * @exception E_PRIVILEGE_DENIED The application does not have the privilege to call this method. * @exception E_INVALID_ARG Either of the following conditions has occurred: @@ -83,7 +84,7 @@ public: /** * Removes an account. @n - * The %RemoveAccount() method can be used only by an application belonging to a package of an application that registers its own account provider. + * The %RemoveAccount() method can be used only by the applications belonging to the package of the application that has registered the account provider of the specified account. * * @since 2.1 * @privlevel public @@ -95,7 +96,7 @@ public: * @exception E_PRIVILEGE_DENIED The application does not have the privilege to call this method. * @exception E_INVALID_ARG The specified @c accountId is invalid. * @exception E_OBJ_NOT_FOUND The specified @c accountId does not exist. - * @exception E_INVALID_OPERATION This operation is not allowed if the caller application does not belong to a package of an application that registers its own account provider. + * @exception E_INVALID_OPERATION The caller application does not belong to the package of the application that has registered the account provider of the specified account. * @exception E_USER_NOT_CONSENTED The user has blocked the application from calling this method. * @exception E_SYSTEM The method cannot proceed due to a severe system error. */ @@ -104,7 +105,7 @@ public: /** * Updates an account. @n * The user name must be set in the account. - * The %UpdateAccount() method can be used only by an application belonging to a package of an application that registers its own account provider. + * The %UpdateAccount() method can be used only by the applications belonging to the package of the application that has registered the account provider of the specified account. * * @since 2.1 * @privlevel public @@ -118,7 +119,7 @@ public: * - The user name is an empty string in the specified @c account. * - The account ID is invalid. * @exception E_OBJ_NOT_FOUND The specified @c account does not exist. - * @exception E_INVALID_OPERATION This operation is not allowed if the caller application does not belong to a package of an application that registers its own account provider. + * @exception E_INVALID_OPERATION The caller application does not belong to the package of the application that has registered the account provider of the specified account. * @exception E_USER_NOT_CONSENTED The user has blocked the application from calling this method. * @exception E_SYSTEM The method cannot proceed due to a severe system error. */ |