diff options
Diffstat (limited to 'libnm/nm-enum-types.c')
| -rw-r--r-- | libnm/nm-enum-types.c | 32 |
1 files changed, 9 insertions, 23 deletions
diff --git a/libnm/nm-enum-types.c b/libnm/nm-enum-types.c index 2f190917..e10e9f78 100644 --- a/libnm/nm-enum-types.c +++ b/libnm/nm-enum-types.c @@ -3,6 +3,8 @@ /* Generated by glib-mkenums. Do not edit */ +#include "config.h" + #include "nm-enum-types.h" #include "nm-version-macros.h" @@ -17,10 +19,14 @@ #include "nm-device-ethernet.h" #include "nm-device-generic.h" #include "nm-device-infiniband.h" +#include "nm-device-ip-tunnel.h" +#include "nm-device-macvlan.h" #include "nm-device-modem.h" #include "nm-device-olpc-mesh.h" #include "nm-device-team.h" +#include "nm-device-tun.h" #include "nm-device-vlan.h" +#include "nm-device-vxlan.h" #include "nm-device-wifi.h" #include "nm-device-wimax.h" #include "nm-device.h" @@ -30,10 +36,11 @@ #include "nm-remote-connection.h" #include "nm-types.h" #include "nm-vpn-connection.h" -#include "nm-vpn-editor-plugin.h" +#include "nm-vpn-editor.h" #include "nm-wimax-nsp.h" #include "nm-secret-agent-old.h" -#include "nm-vpn-plugin-old.h" +#include "nm-vpn-plugin-old.h" +#include "nm-vpn-service-plugin.h" GType nm_client_permission_get_type (void) @@ -107,27 +114,6 @@ nm_client_error_get_type (void) return g_define_type_id__volatile; } GType -nm_vpn_editor_plugin_capability_get_type (void) -{ - static volatile gsize g_define_type_id__volatile = 0; - - if (g_once_init_enter (&g_define_type_id__volatile)) - { - static const GFlagsValue values[] = { - { NM_VPN_EDITOR_PLUGIN_CAPABILITY_NONE, "NM_VPN_EDITOR_PLUGIN_CAPABILITY_NONE", "none" }, - { NM_VPN_EDITOR_PLUGIN_CAPABILITY_IMPORT, "NM_VPN_EDITOR_PLUGIN_CAPABILITY_IMPORT", "import" }, - { NM_VPN_EDITOR_PLUGIN_CAPABILITY_EXPORT, "NM_VPN_EDITOR_PLUGIN_CAPABILITY_EXPORT", "export" }, - { NM_VPN_EDITOR_PLUGIN_CAPABILITY_IPV6, "NM_VPN_EDITOR_PLUGIN_CAPABILITY_IPV6", "ipv6" }, - { 0, NULL, NULL } - }; - GType g_define_type_id = - g_flags_register_static (g_intern_static_string ("NMVpnEditorPluginCapability"), values); - g_once_init_leave (&g_define_type_id__volatile, g_define_type_id); - } - - return g_define_type_id__volatile; -} -GType nm_wimax_nsp_network_type_get_type (void) { static volatile gsize g_define_type_id__volatile = 0; |