summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-wired.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-wired.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-wired.c')
-rw-r--r--libnm-core/nm-setting-wired.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/libnm-core/nm-setting-wired.c b/libnm-core/nm-setting-wired.c
index bc82bf3477..2b90bfa9b1 100644
--- a/libnm-core/nm-setting-wired.c
+++ b/libnm-core/nm-setting-wired.c
@@ -227,8 +227,6 @@ nm_setting_wired_get_mac_address_blacklist (NMSettingWired *setting)
* @setting: the #NMSettingWired
*
* Returns: the number of blacklisted MAC addresses
- *
- * Since: 0.9.10
**/
guint32
nm_setting_wired_get_num_mac_blacklist_items (NMSettingWired *setting)
@@ -245,8 +243,6 @@ nm_setting_wired_get_num_mac_blacklist_items (NMSettingWired *setting)
*
* Returns: the blacklisted MAC address string (hex-digits-and-colons notation)
* at index @idx
- *
- * Since: 0.9.10
**/
const char *
nm_setting_wired_get_mac_blacklist_item (NMSettingWired *setting, guint32 idx)
@@ -270,8 +266,6 @@ nm_setting_wired_get_mac_blacklist_item (NMSettingWired *setting, guint32 idx)
*
* Returns: %TRUE if the MAC address was added; %FALSE if the MAC address
* is invalid or was already present
- *
- * Since: 0.9.10
**/
gboolean
nm_setting_wired_add_mac_blacklist_item (NMSettingWired *setting, const char *mac)
@@ -304,8 +298,6 @@ nm_setting_wired_add_mac_blacklist_item (NMSettingWired *setting, const char *ma
* @idx: index number of the MAC address
*
* Removes the MAC address at index @idx from the blacklist.
- *
- * Since: 0.9.10
**/
void
nm_setting_wired_remove_mac_blacklist_item (NMSettingWired *setting, guint32 idx)
@@ -333,8 +325,6 @@ nm_setting_wired_remove_mac_blacklist_item (NMSettingWired *setting, guint32 idx
* Removes the MAC address @mac from the blacklist.
*
* Returns: %TRUE if the MAC address was found and removed; %FALSE if it was not.
- *
- * Since: 0.9.10
**/
gboolean
nm_setting_wired_remove_mac_blacklist_item_by_value (NMSettingWired *setting, const char *mac)
@@ -365,8 +355,6 @@ nm_setting_wired_remove_mac_blacklist_item_by_value (NMSettingWired *setting, co
* @setting: the #NMSettingWired
*
* Removes all blacklisted MAC addresses.
- *
- * Since: 0.9.10
**/
void
nm_setting_wired_clear_mac_blacklist_items (NMSettingWired *setting)
@@ -588,8 +576,6 @@ nm_setting_wired_remove_s390_option (NMSettingWired *setting,
* Returns a list of valid s390 options.
*
* Returns: (transfer none): a %NULL-terminated array of strings of valid s390 options.
- *
- * Since: 0.9.10
**/
const char **
nm_setting_wired_get_valid_s390_options (NMSettingWired *setting)