libnm: add mdns backported symbols from 1.10.14
Add to master branch mdns symbols that were backported to 1.10.14 to allow seamless upgrading from 1.10 to 1.16.
This commit is contained in:
@@ -1332,6 +1332,11 @@ global:
|
||||
nm_utils_tc_tfilter_to_str;
|
||||
} libnm_1_10_0;
|
||||
|
||||
libnm_1_10_14 {
|
||||
#nm_setting_connection_get_mdns@libnm_1_10_14;
|
||||
#nm_setting_connection_mdns_get_type@libnm_1_10_14;
|
||||
} libnm_1_10_2;
|
||||
|
||||
libnm_1_12_0 {
|
||||
global:
|
||||
nm_checkpoint_create_flags_get_type;
|
||||
|
@@ -3802,3 +3802,7 @@ NM_BACKPORT_SYMBOL (libnm_1_0_6, gboolean, nm_utils_enum_from_str,
|
||||
(type, str, out_value, err_token));
|
||||
|
||||
NM_BACKPORT_SYMBOL (libnm_1_2_4, int, nm_setting_ip_config_get_dns_priority, (NMSettingIPConfig *setting), (setting));
|
||||
|
||||
NM_BACKPORT_SYMBOL (libnm_1_10_14, NMSettingConnectionMdns, nm_setting_connection_get_mdns,
|
||||
(NMSettingConnection *setting), (setting));
|
||||
NM_BACKPORT_SYMBOL (libnm_1_10_14, GType, nm_setting_connection_mdns_get_type, (void), ());
|
||||
|
Reference in New Issue
Block a user