summaryrefslogtreecommitdiff
path: root/libnm-util/libnm-util.ver
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2012-11-12 13:29:06 -0500
committerDan Winship <danw@gnome.org>2013-02-15 13:40:39 -0500
commitfeeafb8cf1d91fa31a99923859cb28ddc9e172e5 (patch)
tree26cae2e1f78b6b054f94fb2d3c82324925dc37eb /libnm-util/libnm-util.ver
parent5266e25e2badd61048e403c93a39091d8382f7f1 (diff)
downloadNetworkManager-feeafb8cf1d91fa31a99923859cb28ddc9e172e5.tar.gz
core: Update device activation for :carrier-detect
Add a "need_carrier" argument to nm_device_is_available(), to allow distinguishing between "device is not available", "device is fully available", and "device is available except for not having carrier". Adjust various parts of NMDevice and NMManager to allow for the possibility of activating a connection with :carrier-detect = "no" on a device with no carrier, and to avoid auto-disconnecting devices with :carrier-detect = "on-activate". https://bugzilla.gnome.org/show_bug.cgi?id=688284
Diffstat (limited to 'libnm-util/libnm-util.ver')
-rw-r--r--libnm-util/libnm-util.ver1
1 files changed, 1 insertions, 0 deletions
diff --git a/libnm-util/libnm-util.ver b/libnm-util/libnm-util.ver
index cd144a150e..a03d836c68 100644
--- a/libnm-util/libnm-util.ver
+++ b/libnm-util/libnm-util.ver
@@ -11,6 +11,7 @@ global:
nm_connection_error_get_type;
nm_connection_error_quark;
nm_connection_for_each_setting_value;
+ nm_connection_get_carrier_detect;
nm_connection_get_id;
nm_connection_get_path;
nm_connection_get_setting;