[Vala] [PATCH] add missing XStringToKeysym() function to x11.vapi



Hi,

This patch adds a missing function to the X11 bindings of Vala 0.10.4:

--- x11.vapi.orig       2011-03-14 14:09:53.640728903 +0100
+++ x11.vapi    2011-03-14 14:14:03.956717821 +0100
@@ -135,6 +135,9 @@
                [CCode (cname = "XKeysymToKeycode")]
                public int keysym_to_keycode (uint keysym);
 
+               [CCode (cname = "XStringToKeysym")]
+               public static int string_to_keysym (string key);
+
                [CCode (cname = "XLastKnownRequestProcessed")]
                public ulong last_known_request_processed ();
 
Best regards

Alexander Kurtz

Attachment: signature.asc
Description: This is a digitally signed message part



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