From 2f78c17197892b2bdc2f64caeb1c1c806ef44545 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 20 Dec 2009 21:03:11 +0100 Subject: [PATCH] Remove glibism! --- src/hb-ot-shape-private.h | 4 ++-- src/hb-ot-shape.c | 4 ++-- src/hb-shape.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/hb-ot-shape-private.h b/src/hb-ot-shape-private.h index 730f8f1cb..bece36d2d 100644 --- a/src/hb-ot-shape-private.h +++ b/src/hb-ot-shape-private.h @@ -34,14 +34,14 @@ HB_BEGIN_DECLS -HB_INTERNAL gboolean +HB_INTERNAL hb_bool_t _hb_ot_substitute_complex (hb_font_t *font, hb_face_t *face, hb_buffer_t *buffer, hb_feature_t *features, unsigned int num_features); -HB_INTERNAL gboolean +HB_INTERNAL hb_bool_t _hb_ot_position_complex (hb_font_t *font, hb_face_t *face, hb_buffer_t *buffer, diff --git a/src/hb-ot-shape.c b/src/hb-ot-shape.c index 92b3a7712..795fd54d6 100644 --- a/src/hb-ot-shape.c +++ b/src/hb-ot-shape.c @@ -114,7 +114,7 @@ setup_lookups (hb_font_t *font, } -gboolean +hb_bool_t _hb_ot_substitute_complex (hb_font_t *font, hb_face_t *face, hb_buffer_t *buffer, @@ -138,7 +138,7 @@ _hb_ot_substitute_complex (hb_font_t *font, return TRUE; } -gboolean +hb_bool_t _hb_ot_position_complex (hb_font_t *font, hb_face_t *face, hb_buffer_t *buffer, diff --git a/src/hb-shape.c b/src/hb-shape.c index 1819a8513..cde599db9 100644 --- a/src/hb-shape.c +++ b/src/hb-shape.c @@ -120,7 +120,7 @@ hb_substitute_default (hb_font_t *font, hb_map_glyphs (font, face, buffer); } -static gboolean +static hb_bool_t hb_substitute_complex (hb_font_t *font, hb_face_t *face, hb_buffer_t *buffer, @@ -163,7 +163,7 @@ hb_position_default (hb_font_t *font, } } -static gboolean +static hb_bool_t hb_position_complex (hb_font_t *font, hb_face_t *face, hb_buffer_t *buffer,