summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-wireless-security.c
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2014-05-09 15:04:04 -0400
committerDan Winship <danw@gnome.org>2014-08-01 14:34:06 -0400
commitb4ae6eaec9cec10d68bdcce7151b07451e4de6a3 (patch)
tree96a53262f25dfacbbd6ce2c34b1c3484ffea3f1c /libnm-core/nm-setting-wireless-security.c
parent054c12ea30f7e41505ca54655c28abdc14fe05bc (diff)
downloadNetworkManager-b4ae6eaec9cec10d68bdcce7151b07451e4de6a3.tar.gz
libnm: remove Since tags and NM_AVAILABLE_IN_* attributes
Everything currently in libnm has always been there.
Diffstat (limited to 'libnm-core/nm-setting-wireless-security.c')
-rw-r--r--libnm-core/nm-setting-wireless-security.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/libnm-core/nm-setting-wireless-security.c b/libnm-core/nm-setting-wireless-security.c
index 2c46766476..a93577bcfb 100644
--- a/libnm-core/nm-setting-wireless-security.c
+++ b/libnm-core/nm-setting-wireless-security.c
@@ -261,8 +261,6 @@ nm_setting_wireless_security_remove_proto (NMSettingWirelessSecurity *setting, g
* Removes a protocol from the allowed protocol list.
*
* Returns: %TRUE if the protocol was found and removed; %FALSE it it was not.
- *
- * Since: 0.9.10
**/
gboolean
nm_setting_wireless_security_remove_proto_by_value (NMSettingWirelessSecurity *setting,
@@ -409,8 +407,6 @@ nm_setting_wireless_security_remove_pairwise (NMSettingWirelessSecurity *setting
* algorithm list.
*
* Returns: %TRUE if the encryption algorith was found and removed; %FALSE it it was not.
- *
- * Since: 0.9.10
**/
gboolean
nm_setting_wireless_security_remove_pairwise_by_value (NMSettingWirelessSecurity *setting,
@@ -559,8 +555,6 @@ nm_setting_wireless_security_remove_group (NMSettingWirelessSecurity *setting, g
* algorithm list.
*
* Returns: %TRUE if the algorithm was found and removed; %FALSE it it was not.
- *
- * Since: 0.9.10
**/
gboolean
nm_setting_wireless_security_remove_group_by_value (NMSettingWirelessSecurity *setting,