From 36963d63810626dc8b870b5a6822bce208ad7322 Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Sun, 18 Aug 2013 20:11:54 +0200 Subject: [PATCH] libnm-glib: add missing symbol MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- libnm-glib/libnm-glib.ver | 1 + 1 file changed, 1 insertion(+) 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;