diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2015-11-01 11:58:49 +0100 |
---|---|---|
committer | Lubomir Rintel <lkundrak@v3.sk> | 2015-11-02 16:01:21 +0100 |
commit | 3517084b92aa64817ce8cd82163e5ab6e1947017 (patch) | |
tree | a2138d2e23da3cffb99fc183deaf810f737ae9c1 /libnm/libnm.ver | |
parent | ea0e36b61d0054261c94970826829695227de374 (diff) | |
download | NetworkManager-3517084b92aa64817ce8cd82163e5ab6e1947017.tar.gz |
vpn-plugin-info: drop nm_vpn_plugin_info_get_service()
It is not used externally and its use might be confusing and undesired when we
add plugin aliases. The external users should only use the name when idenfiying
the plugin and nm_vpn_plugin_info_list_find_by_service() when matchin the plugin.
Diffstat (limited to 'libnm/libnm.ver')
-rw-r--r-- | libnm/libnm.ver | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libnm/libnm.ver b/libnm/libnm.ver index 5bf877a811..71ae69f3aa 100644 --- a/libnm/libnm.ver +++ b/libnm/libnm.ver @@ -906,7 +906,6 @@ global: nm_vpn_plugin_info_get_name; nm_vpn_plugin_info_get_plugin; nm_vpn_plugin_info_get_program; - nm_vpn_plugin_info_get_service; nm_vpn_plugin_info_get_type; nm_vpn_plugin_info_load_editor_plugin; nm_vpn_plugin_info_lookup_property; |