mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-19 08:27:52 +02:00
Make g_unichar_combining_class() public. (#453998)
2007-07-19 Behdad Esfahbod <behdad@gnome.org> * glib/glib.symbols: * glib/gunicode.h: * glib/gunicodeprivate.h: * glib/gunidecomp.c (g_unichar_combining_class): * glib/guniprop.c (has_more_above): Make g_unichar_combining_class() public. (#453998) svn path=/trunk/; revision=5644
This commit is contained in:
committed by
Behdad Esfahbod
parent
5fd575191e
commit
613b489b6b
@@ -236,6 +236,9 @@ GUnicodeType g_unichar_type (gunichar c) G_GNUC_CONST;
|
||||
/* Return the line break property for a given character */
|
||||
GUnicodeBreakType g_unichar_break_type (gunichar c) G_GNUC_CONST;
|
||||
|
||||
/* Returns the combining class for a given character */
|
||||
gint g_unichar_combining_class (gunichar uc); G_GNUC_CONST;
|
||||
|
||||
|
||||
/* Compute canonical ordering of a string in-place. This rearranges
|
||||
decomposed characters in the string according to their combining
|
||||
|
Reference in New Issue
Block a user