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 617863 - Actually expose the X11 funcs through introspection
Actually expose the X11 funcs through introspection
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: X11
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2010-05-06 07:56 UTC by Tomeu Vizoso
Modified: 2010-06-07 12:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Actually expose the X11 funcs through introspection (1.05 KB, patch)
2010-05-06 07:56 UTC, Tomeu Vizoso
committed Details | Review
Split gdk x11 funcs to their own typelib (1.62 KB, patch)
2010-06-01 14:52 UTC, Tomeu Vizoso
none Details | Review
Split gdk x11 funcs to their own typelib (1.90 KB, patch)
2010-06-02 16:19 UTC, Tomeu Vizoso
committed Details | Review

Description Tomeu Vizoso 2010-05-06 07:56:19 UTC
.c files were passed to the scanner but not the header
Comment 1 Tomeu Vizoso 2010-05-06 07:56:22 UTC
Created attachment 160401 [details] [review]
Actually expose the X11 funcs through introspection
Comment 2 Tomeu Vizoso 2010-05-24 13:28:02 UTC
Attachment 160401 [details] pushed as 14f7717 - Actually expose the X11 funcs through introspection
Comment 3 Johan (not receiving bugmail) Dahlin 2010-05-25 15:53:45 UTC
I think this is wrong, we should probably expose the platform specific api through another GIR file, such as GdkX or GdkX11.

 Besides, this will break support for other platforms, you shouldn't unconditionally link in xlib that's only used on X11.

Reopening.
Comment 4 Tomeu Vizoso 2010-06-01 14:52:29 UTC
Created attachment 162464 [details] [review]
Split gdk x11 funcs to their own typelib
Comment 5 Tomeu Vizoso 2010-06-02 16:19:08 UTC
Created attachment 162551 [details] [review]
Split gdk x11 funcs to their own typelib

Build only if USE_X11 is defined.
Comment 6 Matthias Clasen 2010-06-06 16:43:44 UTC
Comment on attachment 162551 [details] [review]
Split gdk x11 funcs to their own typelib

Makes sense to me.
Comment 7 Tomeu Vizoso 2010-06-07 12:18:01 UTC
Attachment 162551 [details] pushed as 42deb58 - Split gdk x11 funcs to their own typelib