summaryrefslogtreecommitdiff
path: root/libnm-glib/libnm_glib.ver
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2009-08-20 11:30:52 -0500
committerDan Williams <dcbw@redhat.com>2009-08-20 11:30:52 -0500
commit0877323e8d87a39a85b5894f15be994c4b7df3e3 (patch)
treee36216809661dad9928221bcd9648ad2a89fb166 /libnm-glib/libnm_glib.ver
parent0fb5560b797f5cdc66101f95cf068b34b2554ed1 (diff)
downloadNetworkManager-0877323e8d87a39a85b5894f15be994c4b7df3e3.tar.gz
libnm-glib: add NMIP6Config object that proxies device's IP6 config
Diffstat (limited to 'libnm-glib/libnm_glib.ver')
-rw-r--r--libnm-glib/libnm_glib.ver10
1 files changed, 10 insertions, 0 deletions
diff --git a/libnm-glib/libnm_glib.ver b/libnm-glib/libnm_glib.ver
index e45f347440..81c84b7dd1 100644
--- a/libnm-glib/libnm_glib.ver
+++ b/libnm-glib/libnm_glib.ver
@@ -65,6 +65,7 @@ global:
nm_device_get_driver;
nm_device_get_iface;
nm_device_get_ip4_config;
+ nm_device_get_ip6_config;
nm_device_get_managed;
nm_device_get_product;
nm_device_get_state;
@@ -103,6 +104,15 @@ global:
nm_ip4_config_get_routes;
nm_ip4_config_get_type;
nm_ip4_config_new;
+ nm_ip6_address_array_get_type;
+ nm_ip6_address_object_array_get_type;
+ nm_ip6_config_get_addresses;
+ nm_ip6_config_get_domains;
+ nm_ip6_config_get_nameservers;
+ nm_ip6_config_get_routes;
+ nm_ip6_config_get_type;
+ nm_ip6_config_new;
+ nm_ip6_route_object_array_get_type;
nm_object_array_get_type;
nm_object_get_connection;
nm_object_get_path;