1 
2 
3 
4 #ifndef __CUT_ENUM_TYPES_H__
5 #define __CUT_ENUM_TYPES_H__
6 
7 #include <glib-object.h>
8 
9 G_BEGIN_DECLS
10 /* enumerations from "cut-public.h" */
11 GType cut_test_result_status_get_type (void);
12 #define CUT_TYPE_TEST_RESULT_STATUS (cut_test_result_status_get_type())
13 GType cut_diff_writer_tag_get_type (void);
14 #define CUT_TYPE_DIFF_WRITER_TAG (cut_diff_writer_tag_get_type())
15 GType cut_file_stream_reader_error_get_type (void);
16 #define CUT_TYPE_FILE_STREAM_READER_ERROR (cut_file_stream_reader_error_get_type())
17 GType cut_pipeline_error_get_type (void);
18 #define CUT_TYPE_PIPELINE_ERROR (cut_pipeline_error_get_type())
19 GType cut_order_get_type (void);
20 #define CUT_TYPE_ORDER (cut_order_get_type())
21 GType cut_stream_reader_error_get_type (void);
22 #define CUT_TYPE_STREAM_READER_ERROR (cut_stream_reader_error_get_type())
23 GType cut_test_context_error_get_type (void);
24 #define CUT_TYPE_TEST_CONTEXT_ERROR (cut_test_context_error_get_type())
25 GType cut_verbose_level_get_type (void);
26 #define CUT_TYPE_VERBOSE_LEVEL (cut_verbose_level_get_type())
27 GType cut_verbose_level_error_get_type (void);
28 #define CUT_TYPE_VERBOSE_LEVEL_ERROR (cut_verbose_level_error_get_type())
29 GType cut_log_level_flags_get_type (void);
30 #define CUT_TYPE_LOG_LEVEL_FLAGS (cut_log_level_flags_get_type())
31 GType cut_log_item_flags_get_type (void);
32 #define CUT_TYPE_LOG_ITEM_FLAGS (cut_log_item_flags_get_type())
33 GType cut_log_colorize_get_type (void);
34 #define CUT_TYPE_LOG_COLORIZE (cut_log_colorize_get_type())
35 GType cut_enum_error_get_type (void);
36 #define CUT_TYPE_ENUM_ERROR (cut_enum_error_get_type())
37 GType cut_flags_error_get_type (void);
38 #define CUT_TYPE_FLAGS_ERROR (cut_flags_error_get_type())
39 G_END_DECLS
40 
41 #endif /* __CUT_ENUM_TYPES_H__ */
42 
43 
44 
45