summaryrefslogtreecommitdiff
path: root/libnm-glib/libnm-glib.ver
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2011-04-22 11:29:09 -0500
committerDan Williams <dcbw@redhat.com>2011-04-22 12:29:07 -0500
commitbb8e9a0b182c8a47df645cd10f3ae3e8fe8a391a (patch)
treeff73439ff9363ea3ccad49abe6ffef78f0d7a740 /libnm-glib/libnm-glib.ver
parent5f627a52e5ba03981f110263f2e96dda5608a23f (diff)
api: add "Uuid" property to ActiveConnection interface
A convenience so that clients which might key certain operations off which connections are active (checking work mail only when on VPN for example) can more easily get which connections are active. This would allow those apps to store the UUID (which they would already be doing) and not have to create a Connection proxy and then get the connection properties just to retrieve the UUID of the connection. Instead they can now get it from GetAll of the ActiveConnection object, which they would already be doing.
Diffstat (limited to 'libnm-glib/libnm-glib.ver')
-rw-r--r--libnm-glib/libnm-glib.ver1
1 files changed, 1 insertions, 0 deletions
diff --git a/libnm-glib/libnm-glib.ver b/libnm-glib/libnm-glib.ver
index 96e6704cf3..ed4ba4f32e 100644
--- a/libnm-glib/libnm-glib.ver
+++ b/libnm-glib/libnm-glib.ver
@@ -25,6 +25,7 @@ global:
nm_active_connection_get_specific_object;
nm_active_connection_get_state;
nm_active_connection_get_type;
+ nm_active_connection_get_uuid;
nm_active_connection_new;
nm_client_activate_connection;
nm_client_add_and_activate_connection;