Change Doxygen 80/114780/1 accepted/tizen/common/20170215.170948 accepted/tizen/ivi/20170215.085530 accepted/tizen/mobile/20170215.085421 accepted/tizen/unified/20170309.031726 accepted/tizen/wearable/20170215.085440 submit/tizen/20170215.053358 submit/tizen_unified/20170308.100404
authorJooseok Song <seogii.song@samsung.com>
Wed, 15 Feb 2017 05:24:40 +0000 (14:24 +0900)
committerJooseok Song <seogii.song@samsung.com>
Wed, 15 Feb 2017 05:24:40 +0000 (14:24 +0900)
Change-Id: I6dfed66110cb6aa0b188da9ae6d8b87c113dc7a6

include/account.h
packaging/libaccount-service.spec

index 1b782e1..86f2d6f 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *
- * Copyright (c) 2012 - 2013 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2012 - 2016 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -896,11 +896,11 @@ int account_set_user_int(account_h account, int user_int_index, int user_integer
 
 
 /**
- * @brief  Gets the auth type.
+ * @brief  Gets the authentiacation type.
  *
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 3.0 @endif
  * @param[in]   account    The account handle
- * @param[out]  auth_type  The auth type
+ * @param[out]  auth_type  The authentiacation type
  *
  * @return  @c 0 on success,
  *          otherwise a negative error value
@@ -913,11 +913,11 @@ int account_get_auth_type(account_h account, account_auth_type_e *auth_type);
 
 
 /**
- * @brief  Sets the auth type.
+ * @brief  Sets the authentiacation type.
  *
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 3.0 @endif
   * @param[in]  account    The account handle
- * @param[in]  auth_type  The integer to be set as the auth type
+ * @param[in]  auth_type  The integer to be set as the authentiacation type
  *
  * @return  @c 0 on success,
  *          otherwise a negative error value
index 0d5f504..1c76465 100644 (file)
@@ -1,6 +1,6 @@
 Name:       libaccount-service
 Summary:    Account DB library
-Version:    0.4.12
+Version:    0.4.13
 Release:    1
 Group:      Social & Content/API
 License:    Apache-2.0