mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-18 22:58:54 +02:00
Add G_UNICODE_SCRIPT_MATH to GUnicodeScript
This commit is contained in:
committed by
Philip Withnall
parent
50d23f9680
commit
e85a085ca4
@@ -435,6 +435,7 @@ typedef enum
|
||||
* @G_UNICODE_SCRIPT_TANGSA: Tangsa. Since: 2.72
|
||||
* @G_UNICODE_SCRIPT_TOTO: Toto. Since: 2.72
|
||||
* @G_UNICODE_SCRIPT_VITHKUQI: Vithkuqi. Since: 2.72
|
||||
* @G_UNICODE_SCRIPT_MATH: Mathematical notation. Since: 2.72
|
||||
*
|
||||
* The #GUnicodeScript enumeration identifies different writing
|
||||
* systems. The values correspond to the names as defined in the
|
||||
@@ -640,6 +641,9 @@ typedef enum
|
||||
G_UNICODE_SCRIPT_TANGSA, /* Tnsa */
|
||||
G_UNICODE_SCRIPT_TOTO, /* Toto */
|
||||
G_UNICODE_SCRIPT_VITHKUQI, /* Vith */
|
||||
|
||||
/* not really a Unicode script, but part of ISO 15924 */
|
||||
G_UNICODE_SCRIPT_MATH, /* Zmth */
|
||||
} GUnicodeScript;
|
||||
|
||||
GLIB_AVAILABLE_IN_ALL
|
||||
|
Reference in New Issue
Block a user