diff options
| author | Michael Biebl <biebl@debian.org> | 2018-05-11 22:08:45 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2018-05-11 22:08:45 +0200 |
| commit | ee9c73a923909e23a649407be77e25235d769e25 (patch) | |
| tree | e21c923621fa278e737da693df9eb60ea31a6067 /libnm-core/nm-setting-connection.h | |
| parent | f60117b41d5433be1b4a96d82cd11d0c3dce9b63 (diff) | |
New upstream version 1.10.8 upstream/1.10.8
Diffstat (limited to 'libnm-core/nm-setting-connection.h')
| -rw-r--r-- | libnm-core/nm-setting-connection.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/libnm-core/nm-setting-connection.h b/libnm-core/nm-setting-connection.h index cf083a48..02a7f5b1 100644 --- a/libnm-core/nm-setting-connection.h +++ b/libnm-core/nm-setting-connection.h @@ -64,7 +64,6 @@ G_BEGIN_DECLS #define NM_SETTING_CONNECTION_METERED "metered" #define NM_SETTING_CONNECTION_LLDP "lldp" #define NM_SETTING_CONNECTION_AUTH_RETRIES "auth-retries" -#define NM_SETTING_CONNECTION_MDNS "mdns" /* Types for property values */ /** @@ -99,24 +98,6 @@ typedef enum { } NMSettingConnectionLldp; /** - * NMSettingConnectionMdns: - * @NM_SETTING_CONNECTION_MDNS_DEFAULT: default value - * @NM_SETTING_CONNECTION_MDNS_NO: disable mDNS - * @NM_SETTING_CONNECTION_MDNS_RESOLVE: support only resolving, do not register hostname - * @NM_SETTING_CONNECTION_MDNS_YES: enable mDNS - * - * #NMSettingConnectionMdns values indicate whether mDNS should be enabled. - * - * Since: 1.12 - */ -typedef enum { - NM_SETTING_CONNECTION_MDNS_DEFAULT = -1, - NM_SETTING_CONNECTION_MDNS_NO = 0, - NM_SETTING_CONNECTION_MDNS_RESOLVE = 1, - NM_SETTING_CONNECTION_MDNS_YES = 2, -} NMSettingConnectionMdns; - -/** * NMSettingConnection: * * General Connection Profile Settings @@ -189,8 +170,6 @@ NMSettingConnectionLldp nm_setting_connection_get_lldp (NMSettingConnection *set NM_AVAILABLE_IN_1_10 gint nm_setting_connection_get_auth_retries (NMSettingConnection *setting); -NM_AVAILABLE_IN_1_12 -NMSettingConnectionMdns nm_setting_connection_get_mdns (NMSettingConnection *setting); G_END_DECLS #endif /* __NM_SETTING_CONNECTION_H__ */ |