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:
Beniamino Galvani
2018-10-19 19:12:53 +02:00
parent d37ad15f12
commit 5eade4da11
2 changed files with 9 additions and 0 deletions

View File

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

View File

@@ -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), ());