other-licenses/atk-1.0/atk/atk-enum-types.h

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rw-r--r--

Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

michael@0 1
michael@0 2 /* Generated data (by glib-mkenums) */
michael@0 3
michael@0 4 #ifndef __ATK_ENUM_TYPES_H__
michael@0 5 #define __ATK_ENUM_TYPES_H__
michael@0 6
michael@0 7 #include <glib-object.h>
michael@0 8
michael@0 9 G_BEGIN_DECLS
michael@0 10 /* enumerations from "atkhyperlink.h" */
michael@0 11 GType atk_hyperlink_state_flags_get_type (void);
michael@0 12 #define ATK_TYPE_HYPERLINK_STATE_FLAGS (atk_hyperlink_state_flags_get_type())
michael@0 13 /* enumerations from "atkobject.h" */
michael@0 14 GType atk_role_get_type (void);
michael@0 15 #define ATK_TYPE_ROLE (atk_role_get_type())
michael@0 16 GType atk_layer_get_type (void);
michael@0 17 #define ATK_TYPE_LAYER (atk_layer_get_type())
michael@0 18 /* enumerations from "atkrelationtype.h" */
michael@0 19 GType atk_relation_type_get_type (void);
michael@0 20 #define ATK_TYPE_RELATION_TYPE (atk_relation_type_get_type())
michael@0 21 /* enumerations from "atkstate.h" */
michael@0 22 GType atk_state_type_get_type (void);
michael@0 23 #define ATK_TYPE_STATE_TYPE (atk_state_type_get_type())
michael@0 24 /* enumerations from "atktext.h" */
michael@0 25 GType atk_text_attribute_get_type (void);
michael@0 26 #define ATK_TYPE_TEXT_ATTRIBUTE (atk_text_attribute_get_type())
michael@0 27 GType atk_text_boundary_get_type (void);
michael@0 28 #define ATK_TYPE_TEXT_BOUNDARY (atk_text_boundary_get_type())
michael@0 29 GType atk_text_clip_type_get_type (void);
michael@0 30 #define ATK_TYPE_TEXT_CLIP_TYPE (atk_text_clip_type_get_type())
michael@0 31 /* enumerations from "atkutil.h" */
michael@0 32 GType atk_key_event_type_get_type (void);
michael@0 33 #define ATK_TYPE_KEY_EVENT_TYPE (atk_key_event_type_get_type())
michael@0 34 GType atk_coord_type_get_type (void);
michael@0 35 #define ATK_TYPE_COORD_TYPE (atk_coord_type_get_type())
michael@0 36 G_END_DECLS
michael@0 37
michael@0 38 #endif /* __ATK_ENUM_TYPES_H__ */
michael@0 39
michael@0 40 /* Generated data ends here */
michael@0 41

mercurial