diff options
author | Dan Winship <danw@gnome.org> | 2013-04-17 10:41:15 -0400 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2013-05-07 12:46:56 -0400 |
commit | ce4f2a4bd6270400e9d32c98ceaf8fa8f0b5df8c (patch) | |
tree | c2af832340f005076c92a8029ed2457690728e13 /libnm-glib/libnm-glib.ver | |
parent | 8b823d7c6a9416e71aa4004ffdc91320a05cf870 (diff) |
core, libnm-glib: add NMDeviceGeneric
Add NMDeviceGeneric, to provide generic support for unknown device
types, and create NMDeviceGenerics for those devices that NM
previously was ignoring. Allow NMSettingGeneric connections to be
activated on (managed) NMDeviceGenerics.
Diffstat (limited to 'libnm-glib/libnm-glib.ver')
-rw-r--r-- | libnm-glib/libnm-glib.ver | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libnm-glib/libnm-glib.ver b/libnm-glib/libnm-glib.ver index 1848171e6..d066067cf 100644 --- a/libnm-glib/libnm-glib.ver +++ b/libnm-glib/libnm-glib.ver @@ -102,6 +102,10 @@ global: nm_device_ethernet_get_type; nm_device_ethernet_new; nm_device_filter_connections; + nm_device_generic_error_get_type; + nm_device_generic_error_quark; + nm_device_generic_get_hw_address; + nm_device_generic_get_type; nm_device_get_active_connection; nm_device_get_autoconnect; nm_device_get_available_connections; |