summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inc/FSclAccountManager.h11
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.
*/