summaryrefslogtreecommitdiff
path: root/pango/opentype/hb-unicode-private.h
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-08-10 23:35:05 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-08-10 23:35:05 -0400
commit5586ef604f0212f8edebbbffbe7596d3bdca3474 (patch)
treeec695c404f7170bb8c8414302fc0b4a9e4aa09a1 /pango/opentype/hb-unicode-private.h
parente434cc3d4f720a453eaff20f8d6ab61ae098c4a0 (diff)
downloadpango-5586ef604f0212f8edebbbffbe7596d3bdca3474.tar.gz
[HB] Add hb-glib
Diffstat (limited to 'pango/opentype/hb-unicode-private.h')
-rw-r--r--pango/opentype/hb-unicode-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/opentype/hb-unicode-private.h b/pango/opentype/hb-unicode-private.h
index 5f62d395..88802455 100644
--- a/pango/opentype/hb-unicode-private.h
+++ b/pango/opentype/hb-unicode-private.h
@@ -44,7 +44,7 @@ struct _hb_unicode_funcs_t {
hb_unicode_get_general_category_func_t get_general_category;
hb_unicode_get_combining_class_func_t get_combining_class;
- hb_unicode_get_mirroring_char_func_t get_mirroring_char;
+ hb_unicode_get_mirroring_func_t get_mirroring;
hb_unicode_get_script_func_t get_script;
hb_unicode_get_eastasian_width_func_t get_eastasian_width;
};