File indexing completed on 2025-01-30 09:32:47
0001
0002
0003
0004 #ifndef __ATSPI_ENUM_TYPES_H__
0005 #define __ATSPI_ENUM_TYPES_H__
0006
0007 #include <glib-object.h>
0008
0009 G_BEGIN_DECLS
0010
0011 #define ATSPI_TYPE_LOCALE_TYPE (atspi_locale_type_get_type())
0012 GType atspi_locale_type_get_type (void) G_GNUC_CONST;
0013 #define ATSPI_TYPE_COORD_TYPE (atspi_coord_type_get_type())
0014 GType atspi_coord_type_get_type (void) G_GNUC_CONST;
0015 #define ATSPI_TYPE_COLLECTION_SORT_ORDER (atspi_collection_sort_order_get_type())
0016 GType atspi_collection_sort_order_get_type (void) G_GNUC_CONST;
0017 #define ATSPI_TYPE_COLLECTION_MATCH_TYPE (atspi_collection_match_type_get_type())
0018 GType atspi_collection_match_type_get_type (void) G_GNUC_CONST;
0019 #define ATSPI_TYPE_COLLECTION_TREE_TRAVERSAL_TYPE (atspi_collection_tree_traversal_type_get_type())
0020 GType atspi_collection_tree_traversal_type_get_type (void) G_GNUC_CONST;
0021 #define ATSPI_TYPE_COMPONENT_LAYER (atspi_component_layer_get_type())
0022 GType atspi_component_layer_get_type (void) G_GNUC_CONST;
0023 #define ATSPI_TYPE_TEXT_BOUNDARY_TYPE (atspi_text_boundary_type_get_type())
0024 GType atspi_text_boundary_type_get_type (void) G_GNUC_CONST;
0025 #define ATSPI_TYPE_TEXT_GRANULARITY (atspi_text_granularity_get_type())
0026 GType atspi_text_granularity_get_type (void) G_GNUC_CONST;
0027 #define ATSPI_TYPE_TEXT_CLIP_TYPE (atspi_text_clip_type_get_type())
0028 GType atspi_text_clip_type_get_type (void) G_GNUC_CONST;
0029 #define ATSPI_TYPE_STATE_TYPE (atspi_state_type_get_type())
0030 GType atspi_state_type_get_type (void) G_GNUC_CONST;
0031 #define ATSPI_TYPE_KEY_EVENT_TYPE (atspi_key_event_type_get_type())
0032 GType atspi_key_event_type_get_type (void) G_GNUC_CONST;
0033 #define ATSPI_TYPE_EVENT_TYPE (atspi_event_type_get_type())
0034 GType atspi_event_type_get_type (void) G_GNUC_CONST;
0035 #define ATSPI_TYPE_KEY_SYNTH_TYPE (atspi_key_synth_type_get_type())
0036 GType atspi_key_synth_type_get_type (void) G_GNUC_CONST;
0037 #define ATSPI_TYPE_MODIFIER_TYPE (atspi_modifier_type_get_type())
0038 GType atspi_modifier_type_get_type (void) G_GNUC_CONST;
0039 #define ATSPI_TYPE_RELATION_TYPE (atspi_relation_type_get_type())
0040 GType atspi_relation_type_get_type (void) G_GNUC_CONST;
0041 #define ATSPI_TYPE_ROLE (atspi_role_get_type())
0042 GType atspi_role_get_type (void) G_GNUC_CONST;
0043 #define ATSPI_TYPE_CACHE (atspi_cache_get_type())
0044 GType atspi_cache_get_type (void) G_GNUC_CONST;
0045 #define ATSPI_TYPE_SCROLL_TYPE (atspi_scroll_type_get_type())
0046 GType atspi_scroll_type_get_type (void) G_GNUC_CONST;
0047 #define ATSPI_TYPE_LIVE (atspi_live_get_type())
0048 GType atspi_live_get_type (void) G_GNUC_CONST;
0049
0050 #define ATSPI_TYPE_KEY_LISTENER_SYNC_TYPE (atspi_key_listener_sync_type_get_type())
0051 GType atspi_key_listener_sync_type_get_type (void) G_GNUC_CONST;
0052 G_END_DECLS
0053
0054 #endif
0055
0056
0057