summaryrefslogtreecommitdiff
path: root/glib/gunicode.h
diff options
context:
space:
mode:
Diffstat (limited to 'glib/gunicode.h')
-rw-r--r--glib/gunicode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/glib/gunicode.h b/glib/gunicode.h
index 050045fb6..f8f6e1aeb 100644
--- a/glib/gunicode.h
+++ b/glib/gunicode.h
@@ -216,6 +216,7 @@ gboolean g_unichar_isdefined (gunichar c) G_GNUC_CONST;
gboolean g_unichar_iswide (gunichar c) G_GNUC_CONST;
gboolean g_unichar_iswide_cjk(gunichar c) G_GNUC_CONST;
gboolean g_unichar_iszerowidth(gunichar c) G_GNUC_CONST;
+gboolean g_unichar_ismark (gunichar c) G_GNUC_CONST;
/* More <ctype.h> functions. These convert between the three cases.
* See the Unicode book to understand title case. */