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 __ATSPI_ENUM_TYPES_H__ |
5 | #define __ATSPI_ENUM_TYPES_H__ |
6 | |
7 | #include <glib-object.h> |
8 | |
9 | G_BEGIN_DECLS |
10 | /* Enumerations from "atspi-constants.h" */ |
11 | #define ATSPI_TYPE_LOCALE_TYPE (atspi_locale_type_get_type()) |
12 | GType atspi_locale_type_get_type (void) G_GNUC_CONST; |
13 | #define ATSPI_TYPE_COORD_TYPE (atspi_coord_type_get_type()) |
14 | GType atspi_coord_type_get_type (void) G_GNUC_CONST; |
15 | #define ATSPI_TYPE_COLLECTION_SORT_ORDER (atspi_collection_sort_order_get_type()) |
16 | GType atspi_collection_sort_order_get_type (void) G_GNUC_CONST; |
17 | #define ATSPI_TYPE_COLLECTION_MATCH_TYPE (atspi_collection_match_type_get_type()) |
18 | GType atspi_collection_match_type_get_type (void) G_GNUC_CONST; |
19 | #define ATSPI_TYPE_COLLECTION_TREE_TRAVERSAL_TYPE (atspi_collection_tree_traversal_type_get_type()) |
20 | GType atspi_collection_tree_traversal_type_get_type (void) G_GNUC_CONST; |
21 | #define ATSPI_TYPE_COMPONENT_LAYER (atspi_component_layer_get_type()) |
22 | GType atspi_component_layer_get_type (void) G_GNUC_CONST; |
23 | #define ATSPI_TYPE_TEXT_BOUNDARY_TYPE (atspi_text_boundary_type_get_type()) |
24 | GType atspi_text_boundary_type_get_type (void) G_GNUC_CONST; |
25 | #define ATSPI_TYPE_TEXT_GRANULARITY (atspi_text_granularity_get_type()) |
26 | GType atspi_text_granularity_get_type (void) G_GNUC_CONST; |
27 | #define ATSPI_TYPE_TEXT_CLIP_TYPE (atspi_text_clip_type_get_type()) |
28 | GType atspi_text_clip_type_get_type (void) G_GNUC_CONST; |
29 | #define ATSPI_TYPE_STATE_TYPE (atspi_state_type_get_type()) |
30 | GType atspi_state_type_get_type (void) G_GNUC_CONST; |
31 | #define ATSPI_TYPE_KEY_EVENT_TYPE (atspi_key_event_type_get_type()) |
32 | GType atspi_key_event_type_get_type (void) G_GNUC_CONST; |
33 | #define ATSPI_TYPE_EVENT_TYPE (atspi_event_type_get_type()) |
34 | GType atspi_event_type_get_type (void) G_GNUC_CONST; |
35 | #define ATSPI_TYPE_KEY_SYNTH_TYPE (atspi_key_synth_type_get_type()) |
36 | GType atspi_key_synth_type_get_type (void) G_GNUC_CONST; |
37 | #define ATSPI_TYPE_MODIFIER_TYPE (atspi_modifier_type_get_type()) |
38 | GType atspi_modifier_type_get_type (void) G_GNUC_CONST; |
39 | #define ATSPI_TYPE_RELATION_TYPE (atspi_relation_type_get_type()) |
40 | GType atspi_relation_type_get_type (void) G_GNUC_CONST; |
41 | #define ATSPI_TYPE_ROLE (atspi_role_get_type()) |
42 | GType atspi_role_get_type (void) G_GNUC_CONST; |
43 | #define ATSPI_TYPE_CACHE (atspi_cache_get_type()) |
44 | GType atspi_cache_get_type (void) G_GNUC_CONST; |
45 | #define ATSPI_TYPE_SCROLL_TYPE (atspi_scroll_type_get_type()) |
46 | GType atspi_scroll_type_get_type (void) G_GNUC_CONST; |
47 | /* Enumerations from "atspi-types.h" */ |
48 | #define ATSPI_TYPE_KEY_LISTENER_SYNC_TYPE (atspi_key_listener_sync_type_get_type()) |
49 | GType atspi_key_listener_sync_type_get_type (void) G_GNUC_CONST; |
50 | G_END_DECLS |
51 | |
52 | #endif /* __ATSPI_ENUM_TYPES_H__ */ |
53 | |
54 | /* Generated data ends here */ |
55 | |
56 | |