GNOME Bugzilla – Bug 690905
Missing bindings from x11.vapi: XListProperties and XA_STRING
Last modified: 2013-02-08 08:22:23 UTC
In addition to my bug report yesterday, I had to add the following two bindings into x11.vapi as they were missing. Both were under the namespace X. I tested them and they worked. 1. [CCode (cname = "XListProperties")] public X.Atom [] list_properties (Window w); 2. public const X.Atom XA_STRING; Please would you add them into the main source. Thanks. David
commit eac286586f6c11fa29f366cda702749fd010c50e Author: Evan Nemerson <evan@coeus-group.com> Date: Fri Feb 8 00:21:39 2013 -0800 x11: add Display.list_properties and XA_STRING Fixes bug 690905.