1c303219b7c43699dc0fbbd8ff6f280eb19c2c7b
[platform/upstream/harfbuzz.git] / src / hb-gobject-structs.h
1 /*
2  * Copyright © 2011  Google, Inc.
3  *
4  *  This is part of HarfBuzz, a text shaping library.
5  *
6  * Permission is hereby granted, without written agreement and without
7  * license or royalty fees, to use, copy, modify, and distribute this
8  * software and its documentation for any purpose, provided that the
9  * above copyright notice and the following two paragraphs appear in
10  * all copies of this software.
11  *
12  * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
13  * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
14  * ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
15  * IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
16  * DAMAGE.
17  *
18  * THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
19  * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
20  * FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
21  * ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
22  * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
23  *
24  * Google Author(s): Behdad Esfahbod
25  */
26
27 #ifndef HB_GOBJECT_H_IN
28 #error "Include <hb-gobject.h> instead."
29 #endif
30
31 #ifndef HB_GOBJECT_STRUCTS_H
32 #define HB_GOBJECT_STRUCTS_H
33
34 #include "hb.h"
35
36 #include <glib-object.h>
37
38 HB_BEGIN_DECLS
39
40
41 /* Object types */
42
43 /**
44  * hb_gobject_blob_get_type:
45  *
46  * Since: 0.9.2
47  **/
48 HB_EXTERN GType hb_gobject_blob_get_type (void);
49 #define HB_GOBJECT_TYPE_BLOB (hb_gobject_blob_get_type ())
50
51 /**
52  * hb_gobject_buffer_get_type:
53  *
54  * Since: 0.9.2
55  **/
56 HB_EXTERN GType hb_gobject_buffer_get_type (void);
57 #define HB_GOBJECT_TYPE_BUFFER (hb_gobject_buffer_get_type ())
58
59 /**
60  * hb_gobject_face_get_type:
61  *
62  * Since: 0.9.2
63  **/
64 HB_EXTERN GType hb_gobject_face_get_type (void);
65 #define HB_GOBJECT_TYPE_FACE (hb_gobject_face_get_type ())
66
67 /**
68  * hb_gobject_font_get_type:
69  *
70  * Since: 0.9.2
71  **/
72 HB_EXTERN GType hb_gobject_font_get_type (void);
73 #define HB_GOBJECT_TYPE_FONT (hb_gobject_font_get_type ())
74
75 /**
76  * hb_gobject_font_funcs_get_type:
77  *
78  * Since: 0.9.2
79  **/
80 HB_EXTERN GType hb_gobject_font_funcs_get_type (void);
81 #define HB_GOBJECT_TYPE_FONT_FUNCS (hb_gobject_font_funcs_get_type ())
82
83 HB_EXTERN GType hb_gobject_set_get_type (void);
84 #define HB_GOBJECT_TYPE_SET (hb_gobject_set_get_type ())
85
86 HB_EXTERN GType hb_gobject_shape_plan_get_type (void);
87 #define HB_GOBJECT_TYPE_SHAPE_PLAN (hb_gobject_shape_plan_get_type ())
88
89 /**
90  * hb_gobject_unicode_funcs_get_type:
91  *
92  * Since: 0.9.2
93  **/
94 HB_EXTERN GType hb_gobject_unicode_funcs_get_type (void);
95 #define HB_GOBJECT_TYPE_UNICODE_FUNCS (hb_gobject_unicode_funcs_get_type ())
96
97 /* Value types */
98
99 HB_EXTERN GType hb_gobject_feature_get_type (void);
100 #define HB_GOBJECT_TYPE_FEATURE (hb_gobject_feature_get_type ())
101
102 HB_EXTERN GType hb_gobject_glyph_info_get_type (void);
103 #define HB_GOBJECT_TYPE_GLYPH_INFO (hb_gobject_glyph_info_get_type ())
104
105 HB_EXTERN GType hb_gobject_glyph_position_get_type (void);
106 #define HB_GOBJECT_TYPE_GLYPH_POSITION (hb_gobject_glyph_position_get_type ())
107
108 HB_EXTERN GType hb_gobject_segment_properties_get_type (void);
109 #define HB_GOBJECT_TYPE_SEGMENT_PROPERTIES (hb_gobject_segment_properties_get_type ())
110
111 HB_EXTERN GType hb_gobject_user_data_key_get_type (void);
112 #define HB_GOBJECT_TYPE_USER_DATA_KEY (hb_gobject_user_data_key_get_type ())
113
114
115 HB_END_DECLS
116
117 #endif /* HB_GOBJECT_H */