mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 02:30:08 +01:00
libnm: move nm_client_get_capabilities() to separate linker version
nm_client_get_capabilities() was backported to 1.22.2. Add to to the appropriate linker version. Officially (and according to docs) nm_client_get_capabilities() still appears first in libnm 1.24.0. However, as it got backported to 1.22.2, it needs to be part of a different symbol version on 1.22. Instead of adding the symbol twice (once for libnm_1_24_0 and libnm_1_22_2), move it only to the libnm_1_22_2 symbol version, also on master.
This commit is contained in:
parent
34514b6294
commit
72e025c33e
1 changed files with 5 additions and 1 deletions
|
|
@ -1653,9 +1653,13 @@ global:
|
|||
nm_setting_ip_config_get_dhcp_hostname_flags;
|
||||
} libnm_1_20_0;
|
||||
|
||||
libnm_1_24_0 {
|
||||
libnm_1_22_2 {
|
||||
global:
|
||||
nm_client_get_capabilities;
|
||||
} libnm_1_22_0;
|
||||
|
||||
libnm_1_24_0 {
|
||||
global:
|
||||
nm_client_get_instance_flags;
|
||||
nm_client_get_permissions_state;
|
||||
nm_client_instance_flags_get_type;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue