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:
Behdad Esfahbod
2007-07-19 13:46:05 +00:00
committed by Behdad Esfahbod
parent 5fd575191e
commit 613b489b6b
8 changed files with 30 additions and 3 deletions

View File

@@ -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