mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 15:56:23 +01:00
Document that GUnicodeScript is interchangeable with PangoScript.
2007-08-20 Behdad Esfahbod <behdad@gnome.org> * glib/tmpl/unicode.sgml: Document that GUnicodeScript is interchangeable with PangoScript. 2007-08-20 Behdad Esfahbod <behdad@gnome.org> * glib/guniprop.c: Document that g_unichar_get_script() is equivalent to pango_script_for_unichar(). svn path=/trunk/; revision=5713
This commit is contained in:
parent
bf04380d3c
commit
9d6ace02aa
@ -1,3 +1,8 @@
|
||||
2007-08-20 Behdad Esfahbod <behdad@gnome.org>
|
||||
|
||||
* glib/guniprop.c: Document that g_unichar_get_script() is
|
||||
equivalent to pango_script_for_unichar().
|
||||
|
||||
2007-08-20 Behdad Esfahbod <behdad@gnome.org>
|
||||
|
||||
* glib/gmappedfile.c:
|
||||
|
@ -1,3 +1,8 @@
|
||||
2007-08-20 Behdad Esfahbod <behdad@gnome.org>
|
||||
|
||||
* glib/tmpl/unicode.sgml: Document that GUnicodeScript is
|
||||
interchangeable with PangoScript.
|
||||
|
||||
2007-08-20 Behdad Esfahbod <behdad@gnome.org>
|
||||
|
||||
* glib/tmpl/spawn.sgml:
|
||||
|
@ -411,7 +411,8 @@ See <ulink url="http://www.unicode.org/unicode/reports/tr14/"
|
||||
<para>
|
||||
The #GUnicodeScript enumeration identifies different writing
|
||||
systems. The values correspond to the names as defined in the
|
||||
Unicode standard. The enumeration has been added in GLib 2.14.
|
||||
Unicode standard. The enumeration has been added in GLib 2.14,
|
||||
and is interchangeable with #PangoScript.
|
||||
Note that new types may be added in the future. Applications
|
||||
should be ready to handle unknown values.
|
||||
See <ulink
|
||||
|
@ -1287,6 +1287,9 @@ g_unichar_get_script_bsearch (gunichar ch)
|
||||
* valid Unicode character; if you pass in invalid character, the
|
||||
* result is undefined.
|
||||
*
|
||||
* This function is equivalent to pango_script_for_unichar() and the
|
||||
* two are interchangeable.
|
||||
*
|
||||
* Return value: the #GUnicodeScript for the character.
|
||||
*
|
||||
* Since: 2.14
|
||||
|
Loading…
Reference in New Issue
Block a user