mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-20 14:19:16 +02:00
Small fixes
This commit is contained in:
parent
c3f04f6af9
commit
1e50095189
@ -1,5 +1,8 @@
|
|||||||
2006-04-27 Matthias Clasen <mclasen@redhat.com>
|
2006-04-27 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/glib.symbols: Add g_unichar_iswide_cjk.
|
||||||
|
* glib/guniprop.c: Add a "Since: 2.12".
|
||||||
|
|
||||||
* NEWS: Updates
|
* NEWS: Updates
|
||||||
|
|
||||||
2006-04-27 Behdad Esfahbod <behdad@gnome.org>
|
2006-04-27 Behdad Esfahbod <behdad@gnome.org>
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
2006-04-27 Matthias Clasen <mclasen@redhat.com>
|
2006-04-27 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/glib.symbols: Add g_unichar_iswide_cjk.
|
||||||
|
* glib/guniprop.c: Add a "Since: 2.12".
|
||||||
|
|
||||||
* NEWS: Updates
|
* NEWS: Updates
|
||||||
|
|
||||||
2006-04-27 Behdad Esfahbod <behdad@gnome.org>
|
2006-04-27 Behdad Esfahbod <behdad@gnome.org>
|
||||||
|
@ -1235,6 +1235,7 @@ g_unichar_isspace G_GNUC_CONST
|
|||||||
g_unichar_istitle G_GNUC_CONST
|
g_unichar_istitle G_GNUC_CONST
|
||||||
g_unichar_isupper G_GNUC_CONST
|
g_unichar_isupper G_GNUC_CONST
|
||||||
g_unichar_iswide G_GNUC_CONST
|
g_unichar_iswide G_GNUC_CONST
|
||||||
|
g_unichar_iswide_cjk G_GNUC_CONST
|
||||||
g_unichar_isxdigit G_GNUC_CONST
|
g_unichar_isxdigit G_GNUC_CONST
|
||||||
g_unichar_tolower G_GNUC_CONST
|
g_unichar_tolower G_GNUC_CONST
|
||||||
g_unichar_totitle G_GNUC_CONST
|
g_unichar_totitle G_GNUC_CONST
|
||||||
|
@ -412,10 +412,12 @@ interval_compare (const void *key, const void *elt)
|
|||||||
* g_unichar_iswide(), then it is also reported wide with this function, but
|
* g_unichar_iswide(), then it is also reported wide with this function, but
|
||||||
* the converse is not necessarily true. See the
|
* the converse is not necessarily true. See the
|
||||||
* <ulink url="http://www.unicode.org/reports/tr11/">Unicode Standard
|
* <ulink url="http://www.unicode.org/reports/tr11/">Unicode Standard
|
||||||
* Annex #11</ulink> for details:
|
* Annex #11</ulink> for details.
|
||||||
*
|
*
|
||||||
* Return value: %TRUE if the character is wide in legacy East Asian locales
|
* Return value: %TRUE if the character is wide in legacy East Asian locales
|
||||||
**/
|
*
|
||||||
|
* Since: 2.12
|
||||||
|
*/
|
||||||
/* This function stolen from Markus Kuhn <Markus.Kuhn@cl.cam.ac.uk>. */
|
/* This function stolen from Markus Kuhn <Markus.Kuhn@cl.cam.ac.uk>. */
|
||||||
gboolean
|
gboolean
|
||||||
g_unichar_iswide_cjk (gunichar c)
|
g_unichar_iswide_cjk (gunichar c)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user