Add missing comment for not supported 29/141129/1 accepted/tizen/unified/20170731.020724 submit/tizen/20170728.074836
authorJooseok Song <seogii.song@samsung.com>
Fri, 28 Jul 2017 07:46:06 +0000 (16:46 +0900)
committerJooseok Song <seogii.song@samsung.com>
Fri, 28 Jul 2017 07:46:06 +0000 (16:46 +0900)
Change-Id: I80a626d7f8fa350a3c5b25570255020d3cf6352e

include/account.h

index 3deea32..e7d6346 100644 (file)
@@ -1495,6 +1495,7 @@ int account_type_query_provider_feature_by_app_id(provider_feature_cb callback,
  * @exception #ACCOUNT_ERROR_PERMISSION_DENIED  DB access fail by permission
  * @exception #ACCOUNT_ERROR_DATABASE_BUSY      SQLite handler is busy
  * @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
  *       But the account_connect() is not required to use this function since tizen 2.4.