[vala] glib-2.0: Add g_unichar_*compose bindings



commit c029a726aecb4eb12e095a5501ca81ba80f7995e
Author: JÃrg Billeter <j bitron ch>
Date:   Thu Sep 15 21:31:30 2011 +0200

    glib-2.0: Add g_unichar_*compose bindings

 vapi/glib-2.0.vapi |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
index 103ec06..2a4d2b3 100644
--- a/vapi/glib-2.0.vapi
+++ b/vapi/glib-2.0.vapi
@@ -843,6 +843,10 @@ public struct unichar {
 		return str;
 	}
 
+	public bool compose (unichar b, out unichar ch);
+	public bool decompose (out unichar a, out unichar b);
+	public size_t fully_decompose (bool compat, unichar[] result);
+
 	[CCode (cname = "MIN")]
 	public static unichar min (unichar a, unichar b);
 	[CCode (cname = "MAX")]



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