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 #ifndef __ANJUTA_ENUM_TYPES_H__
5 #define __ANJUTA_ENUM_TYPES_H__
6 
7 #include <libanjuta/libanjuta.h>
8 
9 G_BEGIN_DECLS
10 /* enumerations from "anjuta-command-bar.h" */
11 GType anjuta_command_bar_entry_type_get_type (void) G_GNUC_CONST;
12 #define ANJUTA_TYPE_COMMAND_BAR_ENTRY_TYPE (anjuta_command_bar_entry_type_get_type())
13 /* enumerations from "anjuta-command-queue.h" */
14 GType anjuta_command_queue_execute_mode_get_type (void) G_GNUC_CONST;
15 #define ANJUTA_TYPE_COMMAND_QUEUE_EXECUTE_MODE (anjuta_command_queue_execute_mode_get_type())
16 /* enumerations from "anjuta-convert.h" */
17 GType anjuta_convert_error_get_type (void) G_GNUC_CONST;
18 #define ANJUTA_TYPE_CONVERT_ERROR (anjuta_convert_error_get_type())
19 /* enumerations from "anjuta-launcher.h" */
20 GType anjuta_launcher_output_type_get_type (void) G_GNUC_CONST;
21 #define ANJUTA_TYPE_LAUNCHER_OUTPUT_TYPE (anjuta_launcher_output_type_get_type())
22 /* enumerations from "anjuta-plugin-description.h" */
23 GType anjuta_plugin_description_parse_error_get_type (void) G_GNUC_CONST;
24 #define ANJUTA_TYPE_PLUGIN_DESCRIPTION_PARSE_ERROR (anjuta_plugin_description_parse_error_get_type())
25 /* enumerations from "anjuta-plugin-manager.h" */
26 GType anjuta_plugin_manager_error_get_type (void) G_GNUC_CONST;
27 #define ANJUTA_TYPE_PLUGIN_MANAGER_ERROR (anjuta_plugin_manager_error_get_type())
28 /* enumerations from "anjuta-profile.h" */
29 GType anjuta_profile_error_get_type (void) G_GNUC_CONST;
30 #define ANJUTA_TYPE_PROFILE_ERROR (anjuta_profile_error_get_type())
31 /* enumerations from "anjuta-project.h" */
32 GType anjuta_project_value_type_get_type (void) G_GNUC_CONST;
33 #define ANJUTA_TYPE_PROJECT_VALUE_TYPE (anjuta_project_value_type_get_type())
34 GType anjuta_project_property_flags_get_type (void) G_GNUC_CONST;
35 #define ANJUTA_TYPE_PROJECT_PROPERTY_FLAGS (anjuta_project_property_flags_get_type())
36 GType anjuta_project_node_type_get_type (void) G_GNUC_CONST;
37 #define ANJUTA_TYPE_PROJECT_NODE_TYPE (anjuta_project_node_type_get_type())
38 GType anjuta_project_node_state_get_type (void) G_GNUC_CONST;
39 #define ANJUTA_TYPE_PROJECT_NODE_STATE (anjuta_project_node_state_get_type())
40 /* enumerations from "anjuta-serializer.h" */
41 GType anjuta_serializer_mode_get_type (void) G_GNUC_CONST;
42 #define ANJUTA_TYPE_SERIALIZER_MODE (anjuta_serializer_mode_get_type())
43 /* enumerations from "anjuta-session.h" */
44 GType anjuta_session_phase_get_type (void) G_GNUC_CONST;
45 #define ANJUTA_TYPE_SESSION_PHASE (anjuta_session_phase_get_type())
46 /* enumerations from "anjuta-shell.h" */
47 GType anjuta_shell_error_get_type (void) G_GNUC_CONST;
48 #define ANJUTA_TYPE_SHELL_ERROR (anjuta_shell_error_get_type())
49 GType anjuta_shell_placement_get_type (void) G_GNUC_CONST;
50 #define ANJUTA_TYPE_SHELL_PLACEMENT (anjuta_shell_placement_get_type())
51 /* enumerations from "anjuta-token.h" */
52 GType anjuta_token_type_get_type (void) G_GNUC_CONST;
53 #define ANJUTA_TYPE_TOKEN_TYPE (anjuta_token_type_get_type())
54 /* enumerations from "anjuta-vcs-status.h" */
55 GType anjuta_vcs_status_get_type (void) G_GNUC_CONST;
56 #define ANJUTA_TYPE_VCS_STATUS (anjuta_vcs_status_get_type())
57 G_END_DECLS
58 
59 #endif /* __ANJUTA_ENUM_TYPES_H__ */
60 
61 /* Generated data ends here */
62 
63