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>
This commit is contained in:
Giovanni Campagna 2013-08-18 20:11:54 +02:00 committed by Pavel Šimerda
parent ff6d9b3c0f
commit 36963d6381

View file

@ -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;