diff options
author | Dan Winship <danw@gnome.org> | 2014-08-04 16:27:43 -0400 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2014-09-04 09:18:43 -0400 |
commit | ee3467e531afc031bd13f6c1195dddfd8f2253d4 (patch) | |
tree | 53637b939fb766bcd118aee82f78cf797a247ef4 /libnm | |
parent | ab26964c56c535b44f10c0001689a3cced418217 (diff) | |
download | NetworkManager-ee3467e531afc031bd13f6c1195dddfd8f2253d4.tar.gz |
libnm-core: add nm_connection_is_virtual()
Add a method to determine if a connection applies to a virtual device.
Perhaps eventually the logic should be spread across the NMSetting
classes, but for now it's better off having it in NMConnection than
once in NMManager and once in nmcli.
Diffstat (limited to 'libnm')
-rw-r--r-- | libnm/libnm.ver | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libnm/libnm.ver b/libnm/libnm.ver index 53fb404a26..641f467a0a 100644 --- a/libnm/libnm.ver +++ b/libnm/libnm.ver @@ -118,6 +118,7 @@ global: nm_connection_get_uuid; nm_connection_get_virtual_device_description; nm_connection_is_type; + nm_connection_is_virtual; nm_connection_need_secrets; nm_connection_normalize; nm_connection_remove_setting; |