evolution-3.6.4/libemail-engine/e-mail-enumtypes.c

No issues found

Incomplete coverage

Tool Failure ID Location Function Message Data
clang-analyzer no-output-found e-mail-enumtypes.c Message(text='Unable to locate XML output from invoke-clang-analyzer') None
clang-analyzer no-output-found e-mail-enumtypes.c Message(text='Unable to locate XML output from invoke-clang-analyzer') None
Failure running clang-analyzer ('no-output-found')
Message
Unable to locate XML output from invoke-clang-analyzer
Failure running clang-analyzer ('no-output-found')
Message
Unable to locate XML output from invoke-clang-analyzer
  1 /* Generated data (by glib-mkenums) */
  2 
  3 #include "e-mail-enumtypes.h"
  4 
  5 /* enumerations from "e-mail-enums.h" */
  6 #include "e-mail-enums.h"
  7 
  8 GType
  9 e_mail_display_style_get_type (void)
 10 {
 11 	static GType the_type = 0;
 12 	
 13 	if (the_type == 0) {
 14 		static const GEnumValue values[] = {
 15 			{ E_MAIL_DISPLAY_STYLE_NORMAL,
 16 			  "E_MAIL_DISPLAY_STYLE_NORMAL",
 17 			  "normal" },
 18 			{ E_MAIL_DISPLAY_STYLE_FULL_HEADERS,
 19 			  "E_MAIL_DISPLAY_STYLE_FULL_HEADERS",
 20 			  "full-headers" },
 21 			{ E_MAIL_DISPLAY_STYLE_SOURCE,
 22 			  "E_MAIL_DISPLAY_STYLE_SOURCE",
 23 			  "source" },
 24 			{ 0, NULL, NULL }
 25 		};
 26 		the_type = g_enum_register_static (
 27 			g_intern_static_string ("EMailDisplayStyle"),
 28 			values);
 29 	}
 30 	return the_type;
 31 }
 32 
 33 GType
 34 e_mail_forward_style_get_type (void)
 35 {
 36 	static GType the_type = 0;
 37 	
 38 	if (the_type == 0) {
 39 		static const GEnumValue values[] = {
 40 			{ E_MAIL_FORWARD_STYLE_ATTACHED,
 41 			  "E_MAIL_FORWARD_STYLE_ATTACHED",
 42 			  "attached" },
 43 			{ E_MAIL_FORWARD_STYLE_INLINE,
 44 			  "E_MAIL_FORWARD_STYLE_INLINE",
 45 			  "inline" },
 46 			{ E_MAIL_FORWARD_STYLE_QUOTED,
 47 			  "E_MAIL_FORWARD_STYLE_QUOTED",
 48 			  "quoted" },
 49 			{ 0, NULL, NULL }
 50 		};
 51 		the_type = g_enum_register_static (
 52 			g_intern_static_string ("EMailForwardStyle"),
 53 			values);
 54 	}
 55 	return the_type;
 56 }
 57 
 58 GType
 59 e_mail_image_loading_policy_get_type (void)
 60 {
 61 	static GType the_type = 0;
 62 	
 63 	if (the_type == 0) {
 64 		static const GEnumValue values[] = {
 65 			{ E_MAIL_IMAGE_LOADING_POLICY_NEVER,
 66 			  "E_MAIL_IMAGE_LOADING_POLICY_NEVER",
 67 			  "never" },
 68 			{ E_MAIL_IMAGE_LOADING_POLICY_SOMETIMES,
 69 			  "E_MAIL_IMAGE_LOADING_POLICY_SOMETIMES",
 70 			  "sometimes" },
 71 			{ E_MAIL_IMAGE_LOADING_POLICY_ALWAYS,
 72 			  "E_MAIL_IMAGE_LOADING_POLICY_ALWAYS",
 73 			  "always" },
 74 			{ 0, NULL, NULL }
 75 		};
 76 		the_type = g_enum_register_static (
 77 			g_intern_static_string ("EMailImageLoadingPolicy"),
 78 			values);
 79 	}
 80 	return the_type;
 81 }
 82 
 83 GType
 84 e_mail_local_folder_get_type (void)
 85 {
 86 	static GType the_type = 0;
 87 	
 88 	if (the_type == 0) {
 89 		static const GEnumValue values[] = {
 90 			{ E_MAIL_LOCAL_FOLDER_INBOX,
 91 			  "E_MAIL_LOCAL_FOLDER_INBOX",
 92 			  "local-folder-inbox" },
 93 			{ E_MAIL_LOCAL_FOLDER_DRAFTS,
 94 			  "E_MAIL_LOCAL_FOLDER_DRAFTS",
 95 			  "local-folder-drafts" },
 96 			{ E_MAIL_LOCAL_FOLDER_OUTBOX,
 97 			  "E_MAIL_LOCAL_FOLDER_OUTBOX",
 98 			  "local-folder-outbox" },
 99 			{ E_MAIL_LOCAL_FOLDER_SENT,
100 			  "E_MAIL_LOCAL_FOLDER_SENT",
101 			  "local-folder-sent" },
102 			{ E_MAIL_LOCAL_FOLDER_TEMPLATES,
103 			  "E_MAIL_LOCAL_FOLDER_TEMPLATES",
104 			  "local-folder-templates" },
105 			{ E_MAIL_LOCAL_FOLDER_LOCAL_INBOX,
106 			  "E_MAIL_LOCAL_FOLDER_LOCAL_INBOX",
107 			  "local-folder-local-inbox" },
108 			{ E_MAIL_NUM_LOCAL_FOLDERS,
109 			  "E_MAIL_NUM_LOCAL_FOLDERS",
110 			  "num-local-folders" },
111 			{ 0, NULL, NULL }
112 		};
113 		the_type = g_enum_register_static (
114 			g_intern_static_string ("EMailLocalFolder"),
115 			values);
116 	}
117 	return the_type;
118 }
119 
120 GType
121 e_mail_reply_style_get_type (void)
122 {
123 	static GType the_type = 0;
124 	
125 	if (the_type == 0) {
126 		static const GEnumValue values[] = {
127 			{ E_MAIL_REPLY_STYLE_QUOTED,
128 			  "E_MAIL_REPLY_STYLE_QUOTED",
129 			  "quoted" },
130 			{ E_MAIL_REPLY_STYLE_DO_NOT_QUOTE,
131 			  "E_MAIL_REPLY_STYLE_DO_NOT_QUOTE",
132 			  "do-not-quote" },
133 			{ E_MAIL_REPLY_STYLE_ATTACH,
134 			  "E_MAIL_REPLY_STYLE_ATTACH",
135 			  "attach" },
136 			{ E_MAIL_REPLY_STYLE_OUTLOOK,
137 			  "E_MAIL_REPLY_STYLE_OUTLOOK",
138 			  "outlook" },
139 			{ 0, NULL, NULL }
140 		};
141 		the_type = g_enum_register_static (
142 			g_intern_static_string ("EMailReplyStyle"),
143 			values);
144 	}
145 	return the_type;
146 }
147 
148 GType
149 e_mail_reply_type_get_type (void)
150 {
151 	static GType the_type = 0;
152 	
153 	if (the_type == 0) {
154 		static const GEnumValue values[] = {
155 			{ E_MAIL_REPLY_TO_SENDER,
156 			  "E_MAIL_REPLY_TO_SENDER",
157 			  "sender" },
158 			{ E_MAIL_REPLY_TO_RECIPIENT,
159 			  "E_MAIL_REPLY_TO_RECIPIENT",
160 			  "recipient" },
161 			{ E_MAIL_REPLY_TO_FROM,
162 			  "E_MAIL_REPLY_TO_FROM",
163 			  "from" },
164 			{ E_MAIL_REPLY_TO_ALL,
165 			  "E_MAIL_REPLY_TO_ALL",
166 			  "all" },
167 			{ E_MAIL_REPLY_TO_LIST,
168 			  "E_MAIL_REPLY_TO_LIST",
169 			  "list" },
170 			{ 0, NULL, NULL }
171 		};
172 		the_type = g_enum_register_static (
173 			g_intern_static_string ("EMailReplyType"),
174 			values);
175 	}
176 	return the_type;
177 }
178 
179 
180 /* Generated data ends here */