about summary refs log tree commit diff
path: root/libnm-util/nm-utils-enum-types.h
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2014-07-06 03:04:17 +0200
committerMichael Biebl <biebl@debian.org>2014-07-06 03:04:17 +0200
commit3ce667b6ee6b86291bbe60ef93cba7f11a5c5400 (patch)
treeaf3daa7221e898b72f3de26eb2cf0c1b1c8661b0 /libnm-util/nm-utils-enum-types.h
parentf02d31d95af29678092d1ff01f714621bc9dcc0f (diff)
parent33491bc4279481db8ae47213e34a6d695a0e8830 (diff)
Merge tag 'upstream/0.9.10.0'
Upstream version 0.9.10.0
Diffstat (limited to 'libnm-util/nm-utils-enum-types.h')
-rw-r--r--libnm-util/nm-utils-enum-types.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/libnm-util/nm-utils-enum-types.h b/libnm-util/nm-utils-enum-types.h
index 44737b92..9b14a5d3 100644
--- a/libnm-util/nm-utils-enum-types.h
+++ b/libnm-util/nm-utils-enum-types.h
@@ -33,12 +33,20 @@ GType nm_setting_bluetooth_error_get_type (void) G_GNUC_CONST;
 #define NM_TYPE_SETTING_BLUETOOTH_ERROR (nm_setting_bluetooth_error_get_type ())
 GType nm_setting_bond_error_get_type (void) G_GNUC_CONST;
 #define NM_TYPE_SETTING_BOND_ERROR (nm_setting_bond_error_get_type ())
+GType nm_setting_team_error_get_type (void) G_GNUC_CONST;
+#define NM_TYPE_SETTING_TEAM_ERROR (nm_setting_team_error_get_type ())
+GType nm_setting_team_port_error_get_type (void) G_GNUC_CONST;
+#define NM_TYPE_SETTING_TEAM_PORT_ERROR (nm_setting_team_port_error_get_type ())
 GType nm_setting_bridge_error_get_type (void) G_GNUC_CONST;
 #define NM_TYPE_SETTING_BRIDGE_ERROR (nm_setting_bridge_error_get_type ())
 GType nm_setting_bridge_port_error_get_type (void) G_GNUC_CONST;
 #define NM_TYPE_SETTING_BRIDGE_PORT_ERROR (nm_setting_bridge_port_error_get_type ())
 GType nm_setting_connection_error_get_type (void) G_GNUC_CONST;
 #define NM_TYPE_SETTING_CONNECTION_ERROR (nm_setting_connection_error_get_type ())
+GType nm_setting_dcb_error_get_type (void) G_GNUC_CONST;
+#define NM_TYPE_SETTING_DCB_ERROR (nm_setting_dcb_error_get_type ())
+GType nm_setting_dcb_flags_get_type (void) G_GNUC_CONST;
+#define NM_TYPE_SETTING_DCB_FLAGS (nm_setting_dcb_flags_get_type ())
 GType nm_setting_infiniband_error_get_type (void) G_GNUC_CONST;
 #define NM_TYPE_SETTING_INFINIBAND_ERROR (nm_setting_infiniband_error_get_type ())
 GType nm_setting_ip4_config_error_get_type (void) G_GNUC_CONST;
@@ -59,6 +67,8 @@ GType nm_setting_pppoe_error_get_type (void) G_GNUC_CONST;
 #define NM_TYPE_SETTING_PPPOE_ERROR (nm_setting_pppoe_error_get_type ())
 GType nm_setting_serial_error_get_type (void) G_GNUC_CONST;
 #define NM_TYPE_SETTING_SERIAL_ERROR (nm_setting_serial_error_get_type ())
+GType nm_setting_generic_error_get_type (void) G_GNUC_CONST;
+#define NM_TYPE_SETTING_GENERIC_ERROR (nm_setting_generic_error_get_type ())
 GType nm_setting_gsm_error_get_type (void) G_GNUC_CONST;
 #define NM_TYPE_SETTING_GSM_ERROR (nm_setting_gsm_error_get_type ())
 GType nm_setting_gsm_network_type_get_type (void) G_GNUC_CONST;