about summary refs log tree commit diff
path: root/src/nm-enum-types.h
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2015-07-14 19:39:12 +0200
committerMichael Biebl <biebl@debian.org>2015-07-14 19:39:12 +0200
commit34b1c46437df982495d08a8bbb8bd0b262d8af48 (patch)
tree1db29ec39d9f733922b3a33cabcc8e6486fa06aa /src/nm-enum-types.h
parent50fc50153b0036516b853aa576dc435bd53ce736 (diff)
parent50a58f0fabd8a34c1b6108a107e08abe3c1ccd24 (diff)
Merge tag 'upstream/1.0.4'
Upstream version 1.0.4
Diffstat (limited to 'src/nm-enum-types.h')
-rw-r--r--src/nm-enum-types.h14
1 files changed, 10 insertions, 4 deletions
diff --git a/src/nm-enum-types.h b/src/nm-enum-types.h
index 01d7bb44..86f17f04 100644
--- a/src/nm-enum-types.h
+++ b/src/nm-enum-types.h
@@ -22,14 +22,10 @@ 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_masq_status_get_type (void) G_GNUC_CONST;
 #define NM_TYPE_DNS_MASQ_STATUS (nm_dns_masq_status_get_type ())
-GType nm_platform_error_get_type (void) G_GNUC_CONST;
-#define NM_TYPE_PLATFORM_ERROR (nm_platform_error_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_platform_get_route_mode_get_type (void) G_GNUC_CONST;
-#define NM_TYPE_PLATFORM_GET_ROUTE_MODE (nm_platform_get_route_mode_get_type ())
 GType nm_rdisc_dhcp_level_get_type (void) G_GNUC_CONST;
 #define NM_TYPE_RDISC_DHCP_LEVEL (nm_rdisc_dhcp_level_get_type ())
 GType nm_rdisc_preference_get_type (void) G_GNUC_CONST;
@@ -48,6 +44,10 @@ GType nm_ap_support_get_type (void) G_GNUC_CONST;
 #define NM_TYPE_AP_SUPPORT (nm_ap_support_get_type ())
 GType nm_opt_type_get_type (void) G_GNUC_CONST;
 #define NM_TYPE_OPT_TYPE (nm_opt_type_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;
+#define NM_TYPE_CONFIG_CHANGE_FLAGS (nm_config_change_flags_get_type ())
 GType nm_dispatcher_action_get_type (void) G_GNUC_CONST;
 #define NM_TYPE_DISPATCHER_ACTION (nm_dispatcher_action_get_type ())
 GType nm_auth_subject_type_get_type (void) G_GNUC_CONST;
@@ -62,6 +62,12 @@ 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;
 #define NM_TYPE_LINK_TYPE (nm_link_type_get_type ())
+GType nm_pobject_type_get_type (void) G_GNUC_CONST;
+#define NM_TYPE_POBJECT_TYPE (nm_pobject_type_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;
+#define NM_TYPE_UTILS_TEST_FLAGS (nm_utils_test_flags_get_type ())
 G_END_DECLS
 
 #endif /* __NM_ENUM_TYPES_H__ */