evolution-3.6.4/shell/e-shell-enumtypes.c

No issues found

 1 /* Generated data (by glib-mkenums) */
 2 
 3 #include "e-shell-enumtypes.h"
 4 
 5 /* enumerations from "e-shell.h" */
 6 #include "e-shell.h"
 7 
 8 GType
 9 e_shell_quit_reason_get_type (void)
10 {
11 	static GType the_type = 0;
12 	
13 	if (the_type == 0) {
14 		static const GEnumValue values[] = {
15 			{ E_SHELL_QUIT_ACTION,
16 			  "E_SHELL_QUIT_ACTION",
17 			  "action" },
18 			{ E_SHELL_QUIT_LAST_WINDOW,
19 			  "E_SHELL_QUIT_LAST_WINDOW",
20 			  "last-window" },
21 			{ E_SHELL_QUIT_OPTION,
22 			  "E_SHELL_QUIT_OPTION",
23 			  "option" },
24 			{ E_SHELL_QUIT_REMOTE_REQUEST,
25 			  "E_SHELL_QUIT_REMOTE_REQUEST",
26 			  "remote-request" },
27 			{ E_SHELL_QUIT_SESSION_REQUEST,
28 			  "E_SHELL_QUIT_SESSION_REQUEST",
29 			  "session-request" },
30 			{ 0, NULL, NULL }
31 		};
32 		the_type = g_enum_register_static (
33 			g_intern_static_string ("EShellQuitReason"),
34 			values);
35 	}
36 	return the_type;
37 }
38 
39 
40 /* Generated data ends here */