[Pkg-vala-maintainers] Bug#619505: add missing XStringToKeysym() function to x11.vapi

Alexander Kurtz kurtz.alex at googlemail.com
Thu Mar 24 15:17:50 UTC 2011


Package: valac-0.10
Version: 0.10.4-1
Severity: wishlist
Tags: patch

Hi,

This patch adds the missing XStringToKeysym() 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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part
URL: <http://lists.alioth.debian.org/pipermail/pkg-vala-maintainers/attachments/20110324/02031781/attachment.pgp>


More information about the Pkg-vala-maintainers mailing list