diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2009-08-10 23:35:05 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-11-02 14:40:39 -0500 |
commit | 49f261df2aa753e8b09e97f7835e6a827f92970a (patch) | |
tree | ffac355a61039a16b89904663b838323ea2ae361 /src/hb-unicode.h | |
parent | eb27ec0cef0d92740875ab5035b53acc639e5fae (diff) |
[HB] Add hb-glib
Diffstat (limited to 'src/hb-unicode.h')
-rw-r--r-- | src/hb-unicode.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/hb-unicode.h b/src/hb-unicode.h index 61829014..59f198db 100644 --- a/src/hb-unicode.h +++ b/src/hb-unicode.h @@ -186,7 +186,7 @@ hb_unicode_funcs_make_immutable (hb_unicode_funcs_t *ufuncs); /* funcs */ -typedef hb_codepoint_t (*hb_unicode_get_mirroring_char_func_t) (hb_codepoint_t unicode); +typedef hb_codepoint_t (*hb_unicode_get_mirroring_func_t) (hb_codepoint_t unicode); typedef hb_category_t (*hb_unicode_get_general_category_func_t) (hb_codepoint_t unicode); typedef hb_script_t (*hb_unicode_get_script_func_t) (hb_codepoint_t unicode); typedef unsigned int (*hb_unicode_get_combining_class_func_t) (hb_codepoint_t unicode); @@ -194,8 +194,8 @@ typedef unsigned int (*hb_unicode_get_eastasian_width_func_t) (hb_codepoint_t un void -hb_unicode_funcs_set_mirroring_char_func (hb_unicode_funcs_t *ufuncs, - hb_unicode_get_mirroring_char_func_t mirroring_char_func); +hb_unicode_funcs_set_mirroring_func (hb_unicode_funcs_t *ufuncs, + hb_unicode_get_mirroring_func_t mirroring_func); void hb_unicode_funcs_set_general_category_func (hb_unicode_funcs_t *ufuncs, |