summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiovanni Campagna <gcampagna@src.gnome.org>2013-08-18 20:11:54 +0200
committerPavel Šimerda <psimerda@redhat.com>2013-08-19 12:18:34 +0200
commit36963d63810626dc8b870b5a6822bce208ad7322 (patch)
treeb72338f29456ec0a5ac903ace2511ceef362ef59
parentff6d9b3c0fe95d63613bd1a1eb1ac030c9f9163c (diff)
downloadNetworkManager-36963d63810626dc8b870b5a6822bce208ad7322.tar.gz
libnm-glib: add missing symbol
The symbol is part of the public API (included in the GIR file), and gjs complains loudly if a defined symbol is not found. https://bugzilla.gnome.org/show_bug.cgi?id=706259 Acked-by: Pavel Šimerda <psimerda@redhat.com>
-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 719e1ca95c..4a412ed647 100644
--- a/libnm-glib/libnm-glib.ver
+++ b/libnm-glib/libnm-glib.ver
@@ -107,6 +107,7 @@ global:
nm_device_generic_error_quark;
nm_device_generic_get_hw_address;
nm_device_generic_get_type;
+ nm_device_generic_new;
nm_device_get_active_connection;
nm_device_get_autoconnect;
nm_device_get_available_connections;