summaryrefslogtreecommitdiff
path: root/libnm
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2014-08-04 19:57:20 -0400
committerDan Winship <danw@gnome.org>2014-09-04 09:18:44 -0400
commit6217c1e74c093b95b16880a30286c8e60a6fb746 (patch)
tree90374b3a26efc0261685bc5b9f44b2e9e5196c6c /libnm
parent40bb402898903d90b76f5f01f783717b838ba090 (diff)
downloadNetworkManager-6217c1e74c093b95b16880a30286c8e60a6fb746.tar.gz
libnm-core: drop :interface-name properties on virtual NMSetting types
Remove the virtual :interface-name properties and their getters, and use property overrides to do backward-compat handling when serializing/deserializing. Now when constructing an NMConnection from a hash, if the virtual property is set and the NMSettingConnection property isn't, then the override for NMSettingConnection:interface-name will set that property to the value of the virtual interface-name. And when converting an NMConnection to a hash, the overrides for the virtual properties will return the value of NMSettingConnection:interface-name.
Diffstat (limited to 'libnm')
-rw-r--r--libnm/libnm.ver4
1 files changed, 0 insertions, 4 deletions
diff --git a/libnm/libnm.ver b/libnm/libnm.ver
index 641f467a0a..326a6f15ad 100644
--- a/libnm/libnm.ver
+++ b/libnm/libnm.ver
@@ -472,7 +472,6 @@ global:
nm_setting_bond_add_option;
nm_setting_bond_error_get_type;
nm_setting_bond_error_quark;
- nm_setting_bond_get_interface_name;
nm_setting_bond_get_num_options;
nm_setting_bond_get_option;
nm_setting_bond_get_option_by_name;
@@ -487,7 +486,6 @@ global:
nm_setting_bridge_get_ageing_time;
nm_setting_bridge_get_forward_delay;
nm_setting_bridge_get_hello_time;
- nm_setting_bridge_get_interface_name;
nm_setting_bridge_get_mac_address;
nm_setting_bridge_get_max_age;
nm_setting_bridge_get_priority;
@@ -728,7 +726,6 @@ global:
nm_setting_team_error_get_type;
nm_setting_team_error_quark;
nm_setting_team_get_config;
- nm_setting_team_get_interface_name;
nm_setting_team_get_type;
nm_setting_team_new;
nm_setting_team_port_error_get_type;
@@ -745,7 +742,6 @@ global:
nm_setting_vlan_error_quark;
nm_setting_vlan_get_flags;
nm_setting_vlan_get_id;
- nm_setting_vlan_get_interface_name;
nm_setting_vlan_get_num_priorities;
nm_setting_vlan_get_parent;
nm_setting_vlan_get_priority;