summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiří Klimeš <jklimes@redhat.com>2015-08-21 10:43:53 +0200
committerJiří Klimeš <jklimes@redhat.com>2015-08-21 10:43:53 +0200
commit02a136682c749a0fd27853c0152d36c44635151f (patch)
tree89b211b02018ec9ff6a9add3fdb2e7e7036e6f53
parent3d044b443a4119f7cc012d516f0ccac930557d8a (diff)
downloadNetworkManager-02a136682c749a0fd27853c0152d36c44635151f.tar.gz
all: change "Since: 1.2" to "Since: 1.0.4"/"Since: 1.0.6" for backported API
-rw-r--r--libnm-core/nm-setting-connection.c4
-rw-r--r--libnm-core/nm-utils.c4
-rw-r--r--libnm/nm-access-point.c2
-rw-r--r--libnm/nm-device-wifi.c4
-rw-r--r--libnm/nm-device.c2
5 files changed, 8 insertions, 8 deletions
diff --git a/libnm-core/nm-setting-connection.c b/libnm-core/nm-setting-connection.c
index 32469e5376..7e34c4f33b 100644
--- a/libnm-core/nm-setting-connection.c
+++ b/libnm-core/nm-setting-connection.c
@@ -616,7 +616,7 @@ nm_setting_connection_is_slave_type (NMSettingConnection *setting,
* Returns: whether slaves of the connection should be activated together
* with the connection.
*
- * Since: 1.2
+ * Since: 1.0.4
**/
NMSettingConnectionAutoconnectSlaves
nm_setting_connection_get_autoconnect_slaves (NMSettingConnection *setting)
@@ -771,7 +771,7 @@ nm_setting_connection_get_gateway_ping_timeout (NMSettingConnection *setting)
*
* Returns: the #NMSettingConnection:metered property of the setting.
*
- * Since: 1.2
+ * Since: 1.0.6
**/
NMMetered
nm_setting_connection_get_metered (NMSettingConnection *setting)
diff --git a/libnm-core/nm-utils.c b/libnm-core/nm-utils.c
index bee263ba38..2eb23e91ab 100644
--- a/libnm-core/nm-utils.c
+++ b/libnm-core/nm-utils.c
@@ -2873,7 +2873,7 @@ _wifi_freqs (gboolean bg_band)
*
* Returns: zero-terminated array of frequencies numbers (in MHz)
*
- * Since: 1.2
+ * Since: 1.0.6
**/
const guint *
nm_utils_wifi_2ghz_freqs (void)
@@ -2889,7 +2889,7 @@ NM_BACKPORT_SYMBOL (libnm_1_0_6, const guint *, nm_utils_wifi_2ghz_freqs, (void)
*
* Returns: zero-terminated array of frequencies numbers (in MHz)
*
- * Since: 1.2
+ * Since: 1.0.6
**/
const guint *
nm_utils_wifi_5ghz_freqs (void)
diff --git a/libnm/nm-access-point.c b/libnm/nm-access-point.c
index 852b280856..27382d2376 100644
--- a/libnm/nm-access-point.c
+++ b/libnm/nm-access-point.c
@@ -232,7 +232,7 @@ nm_access_point_get_strength (NMAccessPoint *ap)
*
* Returns: the last seen time in seconds
*
- * Since: 1.2
+ * Since: 1.0.6
**/
gint
nm_access_point_get_last_seen (NMAccessPoint *ap)
diff --git a/libnm/nm-device-wifi.c b/libnm/nm-device-wifi.c
index 9019e0384d..17e2a2a2e0 100644
--- a/libnm/nm-device-wifi.c
+++ b/libnm/nm-device-wifi.c
@@ -355,7 +355,7 @@ nm_device_wifi_request_scan (NMDeviceWifi *device,
* Returns: %TRUE on success, %FALSE on error, in which case @error will be
* set.
*
- * Since: 1.2
+ * Since: 1.0.6
**/
gboolean
nm_device_wifi_request_scan_options (NMDeviceWifi *device,
@@ -467,7 +467,7 @@ nm_device_wifi_request_scan_async (NMDeviceWifi *device,
* D-Bus call. Valid otions inside the dictionary are:
* 'ssids' => array of SSIDs (saay)
*
- * Since: 1.2
+ * Since: 1.0.6
**/
void
nm_device_wifi_request_scan_options_async (NMDeviceWifi *device,
diff --git a/libnm/nm-device.c b/libnm/nm-device.c
index a792d0954a..089014d236 100644
--- a/libnm/nm-device.c
+++ b/libnm/nm-device.c
@@ -1969,7 +1969,7 @@ nm_device_get_mtu (NMDevice *device)
*
* Returns: the metered setting.
*
- * Since: 1.2
+ * Since: 1.0.6
**/
NMMetered
nm_device_get_metered (NMDevice *device)