Remove glibism!
authorBehdad Esfahbod <behdad@behdad.org>
Sun, 20 Dec 2009 20:03:11 +0000 (21:03 +0100)
committerBehdad Esfahbod <behdad@behdad.org>
Sun, 20 Dec 2009 20:03:11 +0000 (21:03 +0100)
src/hb-ot-shape-private.h
src/hb-ot-shape.c
src/hb-shape.c

index 730f8f1..bece36d 100644 (file)
 
 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,
index 92b3a77..795fd54 100644 (file)
@@ -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,
index 1819a85..cde599d 100644 (file)
@@ -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,