Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(64)

Side by Side Diff: third_party/harfbuzz-ng/src/hb-gobject-structs.h

Issue 1580513002: Roll HarfBuzz to 1.1.3 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: build fix Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/harfbuzz-ng/src/hb-glib.cc ('k') | third_party/harfbuzz-ng/src/hb-graphite2.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright © 2011 Google, Inc. 2 * Copyright © 2011 Google, Inc.
3 * 3 *
4 * This is part of HarfBuzz, a text shaping library. 4 * This is part of HarfBuzz, a text shaping library.
5 * 5 *
6 * Permission is hereby granted, without written agreement and without 6 * Permission is hereby granted, without written agreement and without
7 * license or royalty fees, to use, copy, modify, and distribute this 7 * license or royalty fees, to use, copy, modify, and distribute this
8 * software and its documentation for any purpose, provided that the 8 * software and its documentation for any purpose, provided that the
9 * above copyright notice and the following two paragraphs appear in 9 * above copyright notice and the following two paragraphs appear in
10 * all copies of this software. 10 * all copies of this software.
(...skipping 25 matching lines...) Expand all
36 #include <glib-object.h> 36 #include <glib-object.h>
37 37
38 HB_BEGIN_DECLS 38 HB_BEGIN_DECLS
39 39
40 40
41 /* Object types */ 41 /* Object types */
42 42
43 /** 43 /**
44 * Since: 0.9.2 44 * Since: 0.9.2
45 **/ 45 **/
46 GType hb_gobject_blob_get_type (void); 46 HB_EXTERN GType hb_gobject_blob_get_type (void);
47 #define HB_GOBJECT_TYPE_BLOB (hb_gobject_blob_get_type ()) 47 #define HB_GOBJECT_TYPE_BLOB (hb_gobject_blob_get_type ())
48 48
49 /** 49 /**
50 * Since: 0.9.2 50 * Since: 0.9.2
51 **/ 51 **/
52 GType hb_gobject_buffer_get_type (void); 52 HB_EXTERN GType hb_gobject_buffer_get_type (void);
53 #define HB_GOBJECT_TYPE_BUFFER (hb_gobject_buffer_get_type ()) 53 #define HB_GOBJECT_TYPE_BUFFER (hb_gobject_buffer_get_type ())
54 54
55 /** 55 /**
56 * Since: 0.9.2 56 * Since: 0.9.2
57 **/ 57 **/
58 GType hb_gobject_face_get_type (void); 58 HB_EXTERN GType hb_gobject_face_get_type (void);
59 #define HB_GOBJECT_TYPE_FACE (hb_gobject_face_get_type ()) 59 #define HB_GOBJECT_TYPE_FACE (hb_gobject_face_get_type ())
60 60
61 /** 61 /**
62 * Since: 0.9.2 62 * Since: 0.9.2
63 **/ 63 **/
64 GType hb_gobject_font_get_type (void); 64 HB_EXTERN GType hb_gobject_font_get_type (void);
65 #define HB_GOBJECT_TYPE_FONT (hb_gobject_font_get_type ()) 65 #define HB_GOBJECT_TYPE_FONT (hb_gobject_font_get_type ())
66 66
67 /** 67 /**
68 * Since: 0.9.2 68 * Since: 0.9.2
69 **/ 69 **/
70 GType hb_gobject_font_funcs_get_type (void); 70 HB_EXTERN GType hb_gobject_font_funcs_get_type (void);
71 #define HB_GOBJECT_TYPE_FONT_FUNCS (hb_gobject_font_funcs_get_type ()) 71 #define HB_GOBJECT_TYPE_FONT_FUNCS (hb_gobject_font_funcs_get_type ())
72 72
73 GType hb_gobject_set_get_type (void); 73 HB_EXTERN GType hb_gobject_set_get_type (void);
74 #define HB_GOBJECT_TYPE_SET (hb_gobject_set_get_type ()) 74 #define HB_GOBJECT_TYPE_SET (hb_gobject_set_get_type ())
75 75
76 GType hb_gobject_shape_plan_get_type (void); 76 HB_EXTERN GType hb_gobject_shape_plan_get_type (void);
77 #define HB_GOBJECT_TYPE_SHAPE_PLAN (hb_gobject_shape_plan_get_type ()) 77 #define HB_GOBJECT_TYPE_SHAPE_PLAN (hb_gobject_shape_plan_get_type ())
78 78
79 /** 79 /**
80 * Since: 0.9.2 80 * Since: 0.9.2
81 **/ 81 **/
82 GType hb_gobject_unicode_funcs_get_type (void); 82 HB_EXTERN GType hb_gobject_unicode_funcs_get_type (void);
83 #define HB_GOBJECT_TYPE_UNICODE_FUNCS (hb_gobject_unicode_funcs_get_type ()) 83 #define HB_GOBJECT_TYPE_UNICODE_FUNCS (hb_gobject_unicode_funcs_get_type ())
84 84
85 /* Value types */ 85 /* Value types */
86 86
87 GType hb_gobject_feature_get_type (void); 87 HB_EXTERN GType hb_gobject_feature_get_type (void);
88 #define HB_GOBJECT_TYPE_FEATURE (hb_gobject_feature_get_type ()) 88 #define HB_GOBJECT_TYPE_FEATURE (hb_gobject_feature_get_type ())
89 89
90 GType hb_gobject_glyph_info_get_type (void); 90 HB_EXTERN GType hb_gobject_glyph_info_get_type (void);
91 #define HB_GOBJECT_TYPE_GLYPH_INFO (hb_gobject_glyph_info_get_type ()) 91 #define HB_GOBJECT_TYPE_GLYPH_INFO (hb_gobject_glyph_info_get_type ())
92 92
93 GType hb_gobject_glyph_position_get_type (void); 93 HB_EXTERN GType hb_gobject_glyph_position_get_type (void);
94 #define HB_GOBJECT_TYPE_GLYPH_POSITION (hb_gobject_glyph_position_get_type ()) 94 #define HB_GOBJECT_TYPE_GLYPH_POSITION (hb_gobject_glyph_position_get_type ())
95 95
96 GType hb_gobject_segment_properties_get_type (void); 96 HB_EXTERN GType hb_gobject_segment_properties_get_type (void);
97 #define HB_GOBJECT_TYPE_SEGMENT_PROPERTIES (hb_gobject_segment_properties_get_ty pe ()) 97 #define HB_GOBJECT_TYPE_SEGMENT_PROPERTIES (hb_gobject_segment_properties_get_ty pe ())
98 98
99 GType hb_gobject_user_data_key_get_type (void); 99 HB_EXTERN GType hb_gobject_user_data_key_get_type (void);
100 #define HB_GOBJECT_TYPE_USER_DATA_KEY (hb_gobject_user_data_key_get_type ()) 100 #define HB_GOBJECT_TYPE_USER_DATA_KEY (hb_gobject_user_data_key_get_type ())
101 101
102 102
103 HB_END_DECLS 103 HB_END_DECLS
104 104
105 #endif /* HB_GOBJECT_H */ 105 #endif /* HB_GOBJECT_H */
OLDNEW
« no previous file with comments | « third_party/harfbuzz-ng/src/hb-glib.cc ('k') | third_party/harfbuzz-ng/src/hb-graphite2.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698