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