summaryrefslogtreecommitdiff
path: root/libnm
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2014-08-25 20:39:40 +0200
committerThomas Haller <thaller@redhat.com>2014-10-12 20:13:17 +0200
commit24a2f9c6cd4eb644405991570c629e2b73ee2ff8 (patch)
treea2e807e8b193a9121a1018bf0cc7f0055b3d4f14 /libnm
parentb145700656a244c0550178132edb069e14f9413f (diff)
downloadNetworkManager-24a2f9c6cd4eb644405991570c629e2b73ee2ff8.tar.gz
libnm: add NMSettingConnection:autoconnect-priority setting
The autoconnect priority has only any relevance, if the connection is autoconnect too. The priority defaults to zero, with higher numbers meaning preferred. The valid range is limited to [-999,999]. Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'libnm')
-rw-r--r--libnm/libnm.ver1
1 files changed, 1 insertions, 0 deletions
diff --git a/libnm/libnm.ver b/libnm/libnm.ver
index bcb3a97381..ca8283abb4 100644
--- a/libnm/libnm.ver
+++ b/libnm/libnm.ver
@@ -530,6 +530,7 @@ global:
nm_setting_connection_error_get_type;
nm_setting_connection_error_quark;
nm_setting_connection_get_autoconnect;
+ nm_setting_connection_get_autoconnect_priority;
nm_setting_connection_get_connection_type;
nm_setting_connection_get_gateway_ping_timeout;
nm_setting_connection_get_id;