[vala] glib-2.0: Add g_unichar_ismark binding



commit 4d6eca7a48eef0909dfbd34193b6f15c541b6d96
Author: Jürg Billeter <j bitron ch>
Date:   Sat Apr 2 16:21:55 2011 +0200

    glib-2.0: Add g_unichar_ismark binding

 vapi/glib-2.0.vapi |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
index 03d0fb7..78c3cea 100644
--- a/vapi/glib-2.0.vapi
+++ b/vapi/glib-2.0.vapi
@@ -815,6 +815,7 @@ public struct unichar {
 	public bool isdigit ();
 	public bool isgraph ();
 	public bool islower ();
+	public bool ismark ();
 	public bool isprint ();
 	public bool ispunct ();
 	public bool isspace ();



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]