mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-23 01:18:12 +02:00
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:
parent
ff6d9b3c0f
commit
36963d6381
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue