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 639467 - Missing gdk_window_get_xid from gdk-x11-3.0.vapi
Missing gdk_window_get_xid from gdk-x11-3.0.vapi
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: Bindings: GTK+ GStreamer WebKitGTK+
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Vala maintainers
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2011-01-13 21:37 UTC by Robert Ancell
Modified: 2011-03-17 06:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Robert Ancell 2011-01-13 21:37:28 UTC
Missing gdk_window_get_xid from gdk-x11-3.0.vapi, i.e.

       [CCode (cheader_filename = "gdk/gdkx.h")]
       public static X.ID x11_window_get_xid (Gdk.Window drawable);

This is needed for GNOME Games.
Comment 1 Robert Ancell 2011-01-13 21:38:30 UTC
I guess it should probably be:

       [CCode (cheader_filename = "gdk/gdkx.h")]
       public static X.ID x11_window_get_xid (Gdk.Window window);

(drawable->window)
Comment 2 Luca Bruno 2011-01-15 10:16:02 UTC
A strangeness is that there is x11_drawable_get_xid() which is not available in gdk 3.0 apparently.
Comment 3 Robert Ancell 2011-03-16 23:48:04 UTC
Yes, GdkDrawable was deprecated in GDK 3.0
Comment 4 Luca Bruno 2011-03-17 06:45:24 UTC
commit ff573b13c1b3a5258a55be083f0e315bc7998561
Author: Jürg Billeter <j@bitron.ch>
Date:   Sat Jan 15 11:31:16 2011 +0100

    gtk+-3.0: Update to 2.99.2