Changed wearable 3.0 API version 24/63424/1 accepted/tizen/common/20160325.135101 submit/tizen/20160324.001542
authorhyunuktak <hyunuk.tak@samsung.com>
Thu, 24 Mar 2016 00:00:59 +0000 (09:00 +0900)
committerhyunuktak <hyunuk.tak@samsung.com>
Thu, 24 Mar 2016 00:01:01 +0000 (09:01 +0900)
Change-Id: Ia49c866e0c6921a359f3df462515c6fe9871b5e2
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
include/net_connection.h
packaging/capi-network-connection.spec

index 657ae0e..238b0b1 100755 (executable)
@@ -294,7 +294,7 @@ int connection_get_proxy(connection_h connection, connection_address_family_e ad
 
 /**
  * @brief Gets the MAC address of the Wi-Fi or ethernet.
- * @since_tizen 2.4
+ * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0
  * @remarks @a mac_addr must be released with free() by you.
  * @param[in] connection  The handle of the connection
  * @param[in] type  The type of current network connection
@@ -343,7 +343,7 @@ int connection_get_wifi_state(connection_h connection, connection_wifi_state_e*
 /**
  * @brief Gets the state of the Ethernet.
  * @details The returned state is for the Ethernet connection state.
- * @since_tizen 2.4
+ * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0
  * @privlevel public
  * @privilege %http://tizen.org/privilege/network.get
  * @param[in] connection  The connection handle
@@ -360,7 +360,7 @@ int connection_get_ethernet_state(connection_h connection, connection_ethernet_s
 /**
 * @brief Checks for ethernet cable is attached or not.
 * @details The returned state is for the ethernet cable state.
-* @since_tizen 2.4
+* @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0
 * @privlevel public
 * @privilege %http://tizen.org/privilege/network.get
 * @param[in] connection  The handle of the connection
@@ -385,7 +385,7 @@ typedef void(*connection_ethernet_cable_state_chaged_cb)(
 
 /**
  * @brief Registers callback for ethernet cable is plugged [in/out] event.
- * @since_tizen 2.4
+ * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0
  * @param[in] callback  The callback function to be called
  * @param[in] user_data The user data passed to the callback function
  * @return 0 on success, otherwise negative error value
@@ -399,7 +399,7 @@ int connection_set_ethernet_cable_state_chaged_cb( connection_h connection,
 
 /**
  * @brief Unregisters callback for ethernet cable is plugged [in/out] event.
- * @since_tizen 2.4
+ * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0
  * @param[in] connection  The handle of connection
  * @return 0 on success, otherwise negative error value
  * @retval #CONNECTION_ERROR_NONE  Successful
index 978d4f6..ec63700 100755 (executable)
@@ -1,6 +1,6 @@
 Name:          capi-network-connection
 Summary:       Network Connection library in TIZEN C API
-Version:       1.0.79
+Version:       1.0.80
 Release:       1
 Group:         System/Network
 License:       Apache-2.0