mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-03 20:29:21 +02:00
Add g_unichar_get_mirror_char. (#114749)
2003-09-12 Noah Levitt <nlevitt@columbia.edu> * glib/gen-unicode-tables.pl: * glib/gunichartables.h: * glib/gunicode.h: * glib/guniprop.c: Add g_unichar_get_mirror_char. (#114749)
This commit is contained in:
@@ -279,6 +279,9 @@ gint g_utf8_collate (const gchar *str1,
|
||||
gchar *g_utf8_collate_key (const gchar *str,
|
||||
gssize len);
|
||||
|
||||
gboolean g_unichar_get_mirror_char (gunichar ch,
|
||||
gunichar *mirrored_ch);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __G_UNICODE_H__ */
|
||||
|
Reference in New Issue
Block a user