Removing Mobile tag 40/307940/1 tizen
authorSoham Chowdhury <s3.chowdhury@samsung.com>
Thu, 14 Mar 2024 11:05:37 +0000 (16:35 +0530)
committerSoham Chowdhury <s3.chowdhury@samsung.com>
Thu, 14 Mar 2024 11:05:37 +0000 (16:35 +0530)
Change-Id: I3a9292292f674496e233c12037633ccd6d20336a
Signed-off-by: Soham Chowdhury <s3.chowdhury@samsung.com>
include/account.h

index 47cf9f6..6efd248 100644 (file)
@@ -282,7 +282,7 @@ int account_destroy(account_h account);
  * @retval  #ACCOUNT_ERROR_DB_NOT_OPENED            Account database did not opened
  * @retval  #ACCOUNT_ERROR_NOT_SUPPORTED            Not supported
  *
- * @pre  This function requires an open connection to an account service by account_connect() on tizen 2.3 (MOBILE).\n
+ * @pre  This function requires an open connection to an account service by account_connect() on tizen 2.3 .\n
  *       But the account_connect() is not required to use this function since tizen 2.4.
  *
  * @see account_delete_from_db_by_id()
@@ -316,7 +316,7 @@ int account_insert_to_db(account_h account, int *account_db_id);
  * @retval  #ACCOUNT_ERROR_DB_NOT_OPENED      Account database did not opened
  * @retval  #ACCOUNT_ERROR_NOT_SUPPORTED      Not supported
  *
- * @pre  This function requires an open connection to an account service by account_connect() on tizen 2.3 (MOBILE).\n
+ * @pre  This function requires an open connection to an account service by account_connect() on tizen 2.3 .\n
  *       But the account_connect() is not required to use this function since tizen 2.4.
  *
  * @see account_insert_to_db()
@@ -351,7 +351,7 @@ int account_delete_from_db_by_id(int account_db_id);
  * @retval  #ACCOUNT_ERROR_DB_NOT_OPENED      Account database did not opened
  * @retval  #ACCOUNT_ERROR_NOT_SUPPORTED      Not supported
  *
- * @pre  This function requires an open connection to an account service by account_connect() on tizen 2.3 (MOBILE).\n
+ * @pre  This function requires an open connection to an account service by account_connect() on tizen 2.3 .\n
  *       But the account_connect() is not required to use this function since tizen 2.4.
  *
  * @see account_insert_to_db()
@@ -384,7 +384,7 @@ int account_delete_from_db_by_user_name(char *user_name, char *package_name);
  * @retval  #ACCOUNT_ERROR_DB_NOT_OPENED      Account database did not opened
  * @retval  #ACCOUNT_ERROR_NOT_SUPPORTED      Not supported
  *
- * @pre  This function requires an open connection to an account service by account_connect() on tizen 2.3 (MOBILE).\n
+ * @pre  This function requires an open connection to an account service by account_connect() on tizen 2.3 .\n
  *       But the account_connect() is not required to use this function since tizen 2.4.
  *
  * @see account_insert_to_db()
@@ -418,7 +418,7 @@ int account_delete_from_db_by_package_name(const char *package_name);
  * @retval  #ACCOUNT_ERROR_DB_NOT_OPENED      Account database did not opened
  * @retval  #ACCOUNT_ERROR_NOT_SUPPORTED      Not supported
  *
- * @pre  This function requires an open connection to an account service by account_connect() on tizen 2.3 (MOBILE).\n
+ * @pre  This function requires an open connection to an account service by account_connect() on tizen 2.3 .\n
  *       But the account_connect() is not required to use this function since tizen 2.4.
  *
  * @see account_insert_to_db()
@@ -454,7 +454,7 @@ int account_update_to_db_by_id(account_h account, int account_id);
  * @retval  #ACCOUNT_ERROR_DB_NOT_OPENED      Account database did not opened
  * @retval  #ACCOUNT_ERROR_NOT_SUPPORTED      Not supported
  *
- * @pre  This function requires an open connection to an account service by account_connect() on tizen 2.3 (MOBILE).\n
+ * @pre  This function requires an open connection to an account service by account_connect() on tizen 2.3 .\n
  *       But the account_connect() is not required to use this function since tizen 2.4.
  *
  * @see account_insert_to_db()
@@ -489,7 +489,7 @@ int account_update_to_db_by_id_ex(account_h account, int account_id);
  * @retval  #ACCOUNT_ERROR_DB_NOT_OPENED      Account database did not opened
  * @retval  #ACCOUNT_ERROR_NOT_SUPPORTED      Not supported
  *
- * @pre  This function requires an open connection to an account service by account_connect() on tizen 2.3 (MOBILE).\n
+ * @pre  This function requires an open connection to an account service by account_connect() on tizen 2.3 .\n
  *       But the account_connect() is not required to use this function since tizen 2.4.
  *
  * @see account_insert_to_db()
@@ -1150,7 +1150,7 @@ int account_get_custom_all(account_h account, account_custom_cb callback, void *
  * @retval  #ACCOUNT_ERROR_DB_NOT_OPENED      Account database did not opened
  * @retval  #ACCOUNT_ERROR_NOT_SUPPORTED      Not supported
  *
- * @pre   This function requires an open connection to an account service by account_connect() on tizen 2.3 (MOBILE).\n
+ * @pre   This function requires an open connection to an account service by account_connect() on tizen 2.3 .\n
  *        But the account_connect() is not required to use this function since tizen 2.4.
  * @post  This function invokes account_cb().
  *
@@ -1183,7 +1183,7 @@ int account_foreach_account_from_db(account_cb callback, void *user_data);
  * @retval  #ACCOUNT_ERROR_DB_NOT_OPENED      Account database did not opened
  * @retval  #ACCOUNT_ERROR_NOT_SUPPORTED      Not supported
  *
- * @pre  This function requires an open connection to an account service by account_connect() on tizen 2.3 (MOBILE).\n
+ * @pre  This function requires an open connection to an account service by account_connect() on tizen 2.3 .\n
  *       But the account_connect() is not required to use this function since tizen 2.4.
  *
  * @see account_query_account_by_user_name()
@@ -1242,7 +1242,7 @@ int account_query_deleted_account_info_by_account_id(int account_db_id, account_
  * @retval  #ACCOUNT_ERROR_DB_NOT_OPENED      Account database did not opened
  * @retval  #ACCOUNT_ERROR_NOT_SUPPORTED      Not supported
  *
- * @pre   This function requires an open connection to an account service by account_connect() on tizen 2.3 (MOBILE).\n
+ * @pre   This function requires an open connection to an account service by account_connect() on tizen 2.3 .\n
  *        But the account_connect() is not required to use this function since tizen 2.4.
  * @post  This function invokes account_cb().
  *
@@ -1275,7 +1275,7 @@ int account_query_account_by_user_name(account_cb callback, const char *user_nam
  * @retval  #ACCOUNT_ERROR_DB_NOT_OPENED      Account database did not opened
  * @retval  #ACCOUNT_ERROR_NOT_SUPPORTED      Not supported
  *
- * @pre   This function requires an open connection to an account service by account_connect() on tizen 2.3 (MOBILE).\n
+ * @pre   This function requires an open connection to an account service by account_connect() on tizen 2.3 .\n
  *        But the account_connect() is not required to use this function since tizen 2.4.
  * @post  This function invokes account_cb().
  *
@@ -1308,7 +1308,7 @@ int account_query_account_by_package_name(account_cb callback, const char *packa
  * @retval  #ACCOUNT_ERROR_DB_NOT_OPENED      Account database did not opened
  * @retval  #ACCOUNT_ERROR_NOT_SUPPORTED      Not supported
  *
- * @pre   This function requires an open connection to an account service by account_connect() on tizen 2.3 (MOBILE).\n
+ * @pre   This function requires an open connection to an account service by account_connect() on tizen 2.3 .\n
  *        But the account_connect() is not required to use this function since tizen 2.4.
  * @post  This function invokes account_cb().
  *
@@ -1340,7 +1340,7 @@ int account_query_account_by_capability(account_cb callback, const char *capabil
  * @retval  #ACCOUNT_ERROR_DB_NOT_OPENED      Account database did not opened
  * @retval  #ACCOUNT_ERROR_NOT_SUPPORTED      Not supported
  *
- * @pre   This function requires an open connection to an account service by account_connect() on tizen 2.3 (MOBILE).\n
+ * @pre   This function requires an open connection to an account service by account_connect() on tizen 2.3 .\n
  *        But the account_connect() is not required to use this function since tizen 2.4.
  * @post  This function invokes account_cb().
  *
@@ -1372,7 +1372,7 @@ int account_query_account_by_capability_type(account_cb callback, const char *ca
  * @retval  #ACCOUNT_ERROR_DB_NOT_OPENED      Account database did not opened
  * @retval  #ACCOUNT_ERROR_NOT_SUPPORTED      Not supported
  *
- * @pre   This function requires an open connection to an account service by account_connect() on tizen 2.3 (MOBILE).\n
+ * @pre   This function requires an open connection to an account service by account_connect() on tizen 2.3 .\n
  *        But the account_connect() is not required to use this function since tizen 2.4.
  * @post  This function invokes capability_cb().
  *
@@ -1399,7 +1399,7 @@ int account_query_capability_by_account_id(capability_cb callback, int account_d
  * @retval  #ACCOUNT_ERROR_DB_NOT_OPENED      Account database did not opened
  * @retval  #ACCOUNT_ERROR_NOT_SUPPORTED      Not supported
  *
- * @pre  This function requires an open connection to an account service by account_connect() on tizen 2.3 (MOBILE).\n
+ * @pre  This function requires an open connection to an account service by account_connect() on tizen 2.3 .\n
  *       But the account_connect() is not required to use this function since tizen 2.4.
  */
 int account_get_total_count_from_db(int *count);
@@ -1427,7 +1427,7 @@ int account_get_total_count_from_db(int *count);
  * @retval  #ACCOUNT_ERROR_DB_NOT_OPENED      Account database did not opened
  * @retval  #ACCOUNT_ERROR_NOT_SUPPORTED      Not supported
  *
- * @pre  This function requires an open connection to an account service by account_connect() on tizen 2.3 (MOBILE).\n
+ * @pre  This function requires an open connection to an account service by account_connect() on tizen 2.3 .\n
  *       But the account_connect() is not required to use this function since tizen 2.4.
  */
 int account_update_sync_status_by_id(int account_db_id, const account_sync_state_e sync_status);
@@ -1495,7 +1495,7 @@ int account_type_destroy(account_type_h account_type);
  * @retval  #ACCOUNT_ERROR_DB_NOT_OPENED      Account database did not opened
  * @retval  #ACCOUNT_ERROR_NOT_SUPPORTED      Not supported
  *
- * @pre  This function requires an open connection to an account service by account_connect() on tizen 2.3 (MOBILE).\n
+ * @pre  This function requires an open connection to an account service by account_connect() on tizen 2.3 .\n
  *       But the account_connect() is not required to use this function since tizen 2.4.
  */
 int account_type_query_provider_feature_by_app_id(provider_feature_cb callback, const char *app_id, void *user_data);
@@ -1524,7 +1524,7 @@ int account_type_query_provider_feature_by_app_id(provider_feature_cb callback,
  * @exception #ACCOUNT_ERROR_DB_NOT_OPENED      Account database did not opened
  * @exception #ACCOUNT_ERROR_NOT_SUPPORTED      Not supported
  *
- * @pre  This function requires an open connection to an account service by account_connect() on tizen 2.3 (MOBILE).\n
+ * @pre  This function requires an open connection to an account service by account_connect() on tizen 2.3 .\n
  *       But the account_connect() is not required to use this function since tizen 2.4.
  */
 bool account_type_query_supported_feature(const char *app_id, const char *capability);
@@ -1655,7 +1655,7 @@ int account_type_get_multiple_account_support(account_type_h account_type, int *
  * @retval  #ACCOUNT_ERROR_DB_FAILED          Database operation failed
  * @retval  #ACCOUNT_ERROR_NOT_SUPPORTED      Not supported
  *
- * @pre  This function requires an open connection to an account service by account_connect() on tizen 2.3 (MOBILE).\n
+ * @pre  This function requires an open connection to an account service by account_connect() on tizen 2.3 .\n
  *       But the account_connect() is not required to use this function since tizen 2.4.
  */
 int account_type_get_provider_feature_all(account_type_h account_type, provider_feature_cb callback, void *user_data);
@@ -1727,7 +1727,7 @@ int account_type_get_label(account_type_h account_type, account_label_cb callbac
  * @retval  #ACCOUNT_ERROR_DB_NOT_OPENED      Account database did not opened
  * @retval  #ACCOUNT_ERROR_NOT_SUPPORTED      Not supported
  *
- * @pre  This function requires an open connection to an account service by account_connect() on tizen 2.3 (MOBILE).\n
+ * @pre  This function requires an open connection to an account service by account_connect() on tizen 2.3 .\n
  *       But the account_connect() is not required to use this function since tizen 2.4.
  *
  * @see account_type_query_by_app_id()
@@ -1755,7 +1755,7 @@ int account_type_query_label_by_app_id(account_label_cb callback, const char *ap
  * @retval  #ACCOUNT_ERROR_DB_NOT_OPENED      Account database did not opened
  * @retval  #ACCOUNT_ERROR_NOT_SUPPORTED      Not supported
  *
- * @pre  This function requires an open connection to an account service by account_connect() on tizen 2.3 (MOBILE).\n
+ * @pre  This function requires an open connection to an account service by account_connect() on tizen 2.3 .\n
  *       But the account_connect() is not required to use this function since tizen 2.4.
  *
  * @see account_type_create()
@@ -1790,7 +1790,7 @@ int account_type_query_by_app_id(const char *app_id, account_type_h *account_typ
  * @retval  #ACCOUNT_ERROR_DB_NOT_OPENED      Account database did not opened
  * @retval  #ACCOUNT_ERROR_NOT_SUPPORTED      Not supported
  *
- * @pre  This function requires an open connection to an account service by account_connect() on tizen 2.3 (MOBILE).\n
+ * @pre  This function requires an open connection to an account service by account_connect() on tizen 2.3 .\n
  *       But the account_connect() is not required to use this function since tizen 2.4.
  *
  * @see account_type_create()
@@ -1826,7 +1826,7 @@ int account_type_foreach_account_type_from_db(account_type_cb callback, void *us
  * @retval  #ACCOUNT_ERROR_DB_NOT_OPENED      Account database did not opened
  * @retval  #ACCOUNT_ERROR_NOT_SUPPORTED      Not supported
  *
- * @pre  This function requires an open connection to an account service by account_connect() on tizen 2.3 (MOBILE).\n
+ * @pre  This function requires an open connection to an account service by account_connect() on tizen 2.3 .\n
  *       But the account_connect() is not required to use this function since tizen 2.4.
  */
 int account_type_query_label_by_locale(const char *app_id, const char *locale, char **label);
@@ -1853,7 +1853,7 @@ int account_type_query_label_by_locale(const char *app_id, const char *locale, c
  * @retval  #ACCOUNT_ERROR_DB_NOT_OPENED      Account database did not opened
  * @retval  #ACCOUNT_ERROR_NOT_SUPPORTED      Not supported
  *
- * @pre  This function requires an open connection to an account service by account_connect() on tizen 2.3 (MOBILE).\n
+ * @pre  This function requires an open connection to an account service by account_connect() on tizen 2.3 .\n
  *       But the account_connect() is not required to use this function since tizen 2.4.
  */
 int account_type_query_by_provider_feature(account_type_cb callback, const char *key, void *user_data);
@@ -1877,7 +1877,7 @@ int account_type_query_by_provider_feature(account_type_cb callback, const char
  * @retval  #ACCOUNT_ERROR_DB_NOT_OPENED      Account database did not opened
  * @retval  #ACCOUNT_ERROR_NOT_SUPPORTED      Not supported
  *
- * @pre  This function requires an open connection to an account service by account_connect() on tizen 2.3 (MOBILE).\n
+ * @pre  This function requires an open connection to an account service by account_connect() on tizen 2.3 .\n
  *       But the account_connect() is not required to use this function since tizen 2.4.
  *
  * @see account_type_query_by_app_id()