summaryrefslogtreecommitdiff
path: root/libnm/libnm.ver
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2014-09-10 13:51:53 -0400
committerDan Winship <danw@gnome.org>2014-09-18 11:51:09 -0400
commit6793a32a8c5445103ba3680bb5e4c31727096099 (patch)
treefe9026f44669b6e523459c39cf991ad7c318395f /libnm/libnm.ver
parent16871ebc388f81fd811e9f7d85965ba86236005c (diff)
downloadNetworkManager-6793a32a8c5445103ba3680bb5e4c31727096099.tar.gz
libnm: port to GDBus
Port libnm-core/libnm to GDBus. The NetworkManager daemon continues to use dbus-glib; the previously-added connection hash/variant conversion methods are now moved to NetworkManagerUtils (along with a few other utilities that are now only needed by the daemon code).
Diffstat (limited to 'libnm/libnm.ver')
-rw-r--r--libnm/libnm.ver11
1 files changed, 0 insertions, 11 deletions
diff --git a/libnm/libnm.ver b/libnm/libnm.ver
index 10a7af91da..c9329cc51a 100644
--- a/libnm/libnm.ver
+++ b/libnm/libnm.ver
@@ -866,7 +866,6 @@ global:
nm_utils_deinit;
nm_utils_escape_ssid;
nm_utils_file_is_pkcs12;
- nm_utils_gvalue_hash_dup;
nm_utils_hex2byte;
nm_utils_hexstr2bin;
nm_utils_hwaddr_atoba;
@@ -879,30 +878,20 @@ global:
nm_utils_inet4_ntop;
nm_utils_inet6_ntop;
nm_utils_init;
- nm_utils_ip4_addresses_from_gvalue;
nm_utils_ip4_addresses_from_variant;
- nm_utils_ip4_addresses_to_gvalue;
nm_utils_ip4_addresses_to_variant;
nm_utils_ip4_dns_from_variant;
nm_utils_ip4_dns_to_variant;
nm_utils_ip4_get_default_prefix;
nm_utils_ip4_netmask_to_prefix;
nm_utils_ip4_prefix_to_netmask;
- nm_utils_ip4_routes_from_gvalue;
nm_utils_ip4_routes_from_variant;
- nm_utils_ip4_routes_to_gvalue;
nm_utils_ip4_routes_to_variant;
- nm_utils_ip6_addresses_from_gvalue;
nm_utils_ip6_addresses_from_variant;
- nm_utils_ip6_addresses_to_gvalue;
nm_utils_ip6_addresses_to_variant;
- nm_utils_ip6_dns_from_gvalue;
nm_utils_ip6_dns_from_variant;
- nm_utils_ip6_dns_to_gvalue;
nm_utils_ip6_dns_to_variant;
- nm_utils_ip6_routes_from_gvalue;
nm_utils_ip6_routes_from_variant;
- nm_utils_ip6_routes_to_gvalue;
nm_utils_ip6_routes_to_variant;
nm_utils_is_empty_ssid;
nm_utils_is_uuid;