diff options
| author | Michael Biebl <biebl@debian.org> | 2017-01-17 20:25:09 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2017-01-17 20:25:09 +0100 |
| commit | 58f8be580039b0575b197b9573a1c92745d96d30 (patch) | |
| tree | 2c226233f623a0dcb529be0eb8cdf97e4a2ae0c0 /libnm-glib/nm-vpn-enum-types.h | |
| parent | 45cb5bb3c0e6edb887cf69b417fcaf7053814a9b (diff) | |
New upstream version 1.5.90 upstream/1.5.90
Diffstat (limited to 'libnm-glib/nm-vpn-enum-types.h')
| -rw-r--r-- | libnm-glib/nm-vpn-enum-types.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/libnm-glib/nm-vpn-enum-types.h b/libnm-glib/nm-vpn-enum-types.h deleted file mode 100644 index 3d9e9609..00000000 --- a/libnm-glib/nm-vpn-enum-types.h +++ /dev/null @@ -1,23 +0,0 @@ - - - -/* Generated by glib-mkenums. Do not edit */ - -#ifndef __NM_VPN_ENUM_TYPES_H__ -#define __NM_VPN_ENUM_TYPES_H__ - -#include <glib-object.h> - -G_BEGIN_DECLS -GType nm_vpn_plugin_error_get_type (void) G_GNUC_CONST; -#define NM_TYPE_VPN_PLUGIN_ERROR (nm_vpn_plugin_error_get_type ()) -GType nm_vpn_plugin_ui_capability_get_type (void) G_GNUC_CONST; -#define NM_TYPE_VPN_PLUGIN_UI_CAPABILITY (nm_vpn_plugin_ui_capability_get_type ()) -GType nm_vpn_plugin_ui_interface_prop_get_type (void) G_GNUC_CONST; -#define NM_TYPE_VPN_PLUGIN_UI_INTERFACE_PROP (nm_vpn_plugin_ui_interface_prop_get_type ()) -G_END_DECLS - -#endif /* __NM_VPN_ENUM_TYPES_H__ */ - - - |