1 
2 /* This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */
3 
4 #undef GTK_DISABLE_DEPRECATED
5 #define GTK_ENABLE_BROKEN
6 #include <dialogs/mime-settings/xfce-mime-helper.h>
7 
8 #include "xfce-mime-helper-enum-types.h"
9 
10 /* enumerations from "xfce-mime-helper.h" */
11 GType
xfce_mime_helper_category_get_type(void)12 xfce_mime_helper_category_get_type (void)
13 {
14 	static GType type = 0;
15 	if (type == 0) {
16 	static const GEnumValue values[] = {
17 	{ XFCE_MIME_HELPER_WEBBROWSER, "XFCE_MIME_HELPER_WEBBROWSER", "WebBrowser" },
18 	{ XFCE_MIME_HELPER_MAILREADER, "XFCE_MIME_HELPER_MAILREADER", "MailReader" },
19 	{ XFCE_MIME_HELPER_FILEMANAGER, "XFCE_MIME_HELPER_FILEMANAGER", "FileManager" },
20 	{ XFCE_MIME_HELPER_TERMINALEMULATOR, "XFCE_MIME_HELPER_TERMINALEMULATOR", "TerminalEmulator" },
21 	{ 0, NULL, NULL }
22 	};
23 	type = g_enum_register_static ("XfceMimeHelperCategory", values);
24   }
25 	return type;
26 }
27 
28 /* Generated data ends here */
29 
30