diff options
author | Dan Winship <danw@gnome.org> | 2014-08-04 11:23:11 -0400 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2014-09-04 09:17:36 -0400 |
commit | c9653a9e67ed746e0388c38900a6e2de65f8a6bf (patch) | |
tree | d562b692a80662ee181974dd94a10c51a45fd5d1 /libnm/libnm.ver | |
parent | 98e4a2be3004287de1b25d12e2ca71800b9859e4 (diff) | |
download | NetworkManager-c9653a9e67ed746e0388c38900a6e2de65f8a6bf.tar.gz |
libnm-core: make the NMSetting hash methods private
Make nm_setting_to_hash() and nm_setting_new_from_hash() private, and
remove the public nm_setting_update_secrets() wrapper around the
existing private _nm_setting_update_secrets().
These functions should really only be called from the corresponding
NMConnection-level methods, and in particular, with certain
compatibility properties in the future, we will need to consider the
entire connection all at once when setting properties, so it won't
make sense to serialize/deserialize a single setting in isolation.
Diffstat (limited to 'libnm/libnm.ver')
-rw-r--r-- | libnm/libnm.ver | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libnm/libnm.ver b/libnm/libnm.ver index 760bb42748..ec6c48fad0 100644 --- a/libnm/libnm.ver +++ b/libnm/libnm.ver @@ -676,7 +676,6 @@ global: nm_setting_lookup_type; nm_setting_lookup_type_by_quark; nm_setting_need_secrets; - nm_setting_new_from_hash; nm_setting_olpc_mesh_error_get_type; nm_setting_olpc_mesh_error_quark; nm_setting_olpc_mesh_get_channel; @@ -736,9 +735,7 @@ global: nm_setting_team_port_get_config; nm_setting_team_port_get_type; nm_setting_team_port_new; - nm_setting_to_hash; nm_setting_to_string; - nm_setting_update_secrets; nm_setting_verify; nm_setting_vlan_add_priority; nm_setting_vlan_add_priority_str; |