diff options
| author | Michael Biebl <biebl@debian.org> | 2016-01-20 16:26:51 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2016-01-20 16:26:51 +0100 |
| commit | 494f296a3baab08522617b24b1f126d8f9a17502 (patch) | |
| tree | c8ef32fb0dd1c4ff35a0b38e787abb58692de0cd /src/nm-enum-types.h | |
| parent | 54f6333410ffd570e62717d9e77c5c987175e397 (diff) | |
Imported Upstream version 1.1.90 upstream/1.1.90
Diffstat (limited to 'src/nm-enum-types.h')
| -rw-r--r-- | src/nm-enum-types.h | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/src/nm-enum-types.h b/src/nm-enum-types.h index 0997211e..4a85d966 100644 --- a/src/nm-enum-types.h +++ b/src/nm-enum-types.h @@ -12,18 +12,16 @@ G_BEGIN_DECLS GType nm_vlan_error_get_type (void) G_GNUC_CONST; #define NM_TYPE_VLAN_ERROR (nm_vlan_error_get_type ()) -GType nm_unmanaged_flags_get_type (void) G_GNUC_CONST; -#define NM_TYPE_UNMANAGED_FLAGS (nm_unmanaged_flags_get_type ()) GType nm_dhcp_state_get_type (void) G_GNUC_CONST; #define NM_TYPE_DHCP_STATE (nm_dhcp_state_get_type ()) GType nm_dns_ip_config_type_get_type (void) G_GNUC_CONST; #define NM_TYPE_DNS_IP_CONFIG_TYPE (nm_dns_ip_config_type_get_type ()) GType nm_dns_manager_resolv_conf_mode_get_type (void) G_GNUC_CONST; #define NM_TYPE_DNS_MANAGER_RESOLV_CONF_MODE (nm_dns_manager_resolv_conf_mode_get_type ()) +GType nm_dns_manager_resolv_conf_manager_get_type (void) G_GNUC_CONST; +#define NM_TYPE_DNS_MANAGER_RESOLV_CONF_MANAGER (nm_dns_manager_resolv_conf_manager_get_type ()) GType nm_dns_masq_status_get_type (void) G_GNUC_CONST; #define NM_TYPE_DNS_MASQ_STATUS (nm_dns_masq_status_get_type ()) -GType nm_platform_reason_get_type (void) G_GNUC_CONST; -#define NM_TYPE_PLATFORM_REASON (nm_platform_reason_get_type ()) GType nm_platform_signal_change_type_get_type (void) G_GNUC_CONST; #define NM_TYPE_PLATFORM_SIGNAL_CHANGE_TYPE (nm_platform_signal_change_type_get_type ()) GType nm_rdisc_dhcp_level_get_type (void) G_GNUC_CONST; @@ -36,14 +34,16 @@ GType nm_ppp_status_get_type (void) G_GNUC_CONST; #define NM_TYPE_PPP_STATUS (nm_ppp_status_get_type ()) GType nm_settings_connection_flags_get_type (void) G_GNUC_CONST; #define NM_TYPE_SETTINGS_CONNECTION_FLAGS (nm_settings_connection_flags_get_type ()) -GType nm_system_config_interface_capabilities_get_type (void) G_GNUC_CONST; -#define NM_TYPE_SYSTEM_CONFIG_INTERFACE_CAPABILITIES (nm_system_config_interface_capabilities_get_type ()) -GType nm_system_config_interface_prop_get_type (void) G_GNUC_CONST; -#define NM_TYPE_SYSTEM_CONFIG_INTERFACE_PROP (nm_system_config_interface_prop_get_type ()) -GType nm_ap_support_get_type (void) G_GNUC_CONST; -#define NM_TYPE_AP_SUPPORT (nm_ap_support_get_type ()) +GType nm_settings_plugin_capabilities_get_type (void) G_GNUC_CONST; +#define NM_TYPE_SETTINGS_PLUGIN_CAPABILITIES (nm_settings_plugin_capabilities_get_type ()) +GType nm_settings_plugin_prop_get_type (void) G_GNUC_CONST; +#define NM_TYPE_SETTINGS_PLUGIN_PROP (nm_settings_plugin_prop_get_type ()) GType nm_opt_type_get_type (void) G_GNUC_CONST; #define NM_TYPE_OPT_TYPE (nm_opt_type_get_type ()) +GType nm_supplicant_feature_get_type (void) G_GNUC_CONST; +#define NM_TYPE_SUPPLICANT_FEATURE (nm_supplicant_feature_get_type ()) +GType nm_supplicant_error_get_type (void) G_GNUC_CONST; +#define NM_TYPE_SUPPLICANT_ERROR (nm_supplicant_error_get_type ()) GType nm_config_get_value_flags_get_type (void) G_GNUC_CONST; #define NM_TYPE_CONFIG_GET_VALUE_FLAGS (nm_config_get_value_flags_get_type ()) GType nm_config_change_flags_get_type (void) G_GNUC_CONST; @@ -54,10 +54,6 @@ GType nm_auth_subject_type_get_type (void) G_GNUC_CONST; #define NM_TYPE_AUTH_SUBJECT_TYPE (nm_auth_subject_type_get_type ()) GType nm_auth_call_result_get_type (void) G_GNUC_CONST; #define NM_TYPE_AUTH_CALL_RESULT (nm_auth_call_result_get_type ()) -GType nm_rf_kill_state_get_type (void) G_GNUC_CONST; -#define NM_TYPE_RF_KILL_STATE (nm_rf_kill_state_get_type ()) -GType nm_rf_kill_type_get_type (void) G_GNUC_CONST; -#define NM_TYPE_RF_KILL_TYPE (nm_rf_kill_type_get_type ()) GType nm_ip_config_source_get_type (void) G_GNUC_CONST; #define NM_TYPE_IP_CONFIG_SOURCE (nm_ip_config_source_get_type ()) GType nm_link_type_get_type (void) G_GNUC_CONST; @@ -66,6 +62,8 @@ GType nm_pobject_type_get_type (void) G_GNUC_CONST; #define NM_TYPE_POBJECT_TYPE (nm_pobject_type_get_type ()) GType nm_ip_config_merge_flags_get_type (void) G_GNUC_CONST; #define NM_TYPE_IP_CONFIG_MERGE_FLAGS (nm_ip_config_merge_flags_get_type ()) +GType nm_utils_error_get_type (void) G_GNUC_CONST; +#define NM_TYPE_UTILS_ERROR (nm_utils_error_get_type ()) GType nm_match_spec_match_type_get_type (void) G_GNUC_CONST; #define NM_TYPE_MATCH_SPEC_MATCH_TYPE (nm_match_spec_match_type_get_type ()) GType nm_utils_test_flags_get_type (void) G_GNUC_CONST; |