Fix errors that could be returned 07/125807/1 accepted/tizen/unified/20170419.165224 submit/tizen/20170419.041337
authortaesub kim <taesub.kim@samsung.com>
Wed, 19 Apr 2017 03:50:49 +0000 (12:50 +0900)
committertaesub kim <taesub.kim@samsung.com>
Wed, 19 Apr 2017 03:51:03 +0000 (12:51 +0900)
Change-Id: Id93463e01b4aae7055d99dd950c1c5dc17186126
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
include/connection_profile.h
include/net_connection.h

index 411c79c..07e0a58 100755 (executable)
@@ -214,6 +214,7 @@ typedef enum {
  * @retval #CONNECTION_ERROR_NONE Successful
  * @retval #CONNECTION_ERROR_INVALID_PARAMETER Invalid parameter
  * @retval #CONNECTION_ERROR_OUT_OF_MEMORY Out of memory
+ * @retval #CONNECTION_ERROR_PERMISSION_DENIED Permission Denied
  * @retval #CONNECTION_ERROR_NOT_SUPPORTED Not supported
  * @see connection_profile_destroy()
  * @see connection_profile_get_name()
@@ -1129,7 +1130,6 @@ int connection_profile_set_cellular_pdn_type(connection_profile_h profile, conne
  * @retval #CONNECTION_ERROR_NONE Successful
  * @retval #CONNECTION_ERROR_INVALID_PARAMETER Invalid parameter
  * @retval #CONNECTION_ERROR_OPERATION_FAILED Operation failed
- * @retval #CONNECTION_ERROR_PERMISSION_DENIED Permission Denied
  * @retval #CONNECTION_ERROR_NOT_SUPPORTED Not Supported
 */
 int connection_profile_set_cellular_roam_pdn_type(connection_profile_h profile, connection_cellular_pdn_type_e type);
index 9f90859..f506edf 100755 (executable)
@@ -1189,6 +1189,7 @@ int connection_foreach_ipv6_address(connection_h connection, connection_type_e c
  * @retval #CONNECTION_ERROR_NONE                  Successful
  * @retval #CONNECTION_ERROR_INVALID_PARAMETER     Invalid parameter
  * @retval #CONNECTION_ERROR_OPERATION_FAILED      Operation failed
+ * @retval #CONNECTION_ERROR_PERMISSION_DENIED     Permission denied
  * @retval #CONNECTION_ERROR_NOT_SUPPORTED         Not supported
  */
 int connection_get_statistics(connection_h connection, connection_type_e connection_type,