After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 690905 - Missing bindings from x11.vapi: XListProperties and XA_STRING
Missing bindings from x11.vapi: XListProperties and XA_STRING
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: Bindings
0.16.x
Other Linux
: Normal normal
: ---
Assigned To: Vala maintainers
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2012-12-30 21:26 UTC by David Ma
Modified: 2013-02-08 08:22 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description David Ma 2012-12-30 21:26:55 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
Comment 1 Evan Nemerson 2013-02-08 08:22:23 UTC
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.