GNOME Bugzilla – Bug 617863
Actually expose the X11 funcs through introspection
Last modified: 2010-06-07 12:18:04 UTC
.c files were passed to the scanner but not the header
Created attachment 160401 [details] [review] Actually expose the X11 funcs through introspection
Attachment 160401 [details] pushed as 14f7717 - Actually expose the X11 funcs through introspection
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.
Created attachment 162464 [details] [review] Split gdk x11 funcs to their own typelib
Created attachment 162551 [details] [review] Split gdk x11 funcs to their own typelib Build only if USE_X11 is defined.
Comment on attachment 162551 [details] [review] Split gdk x11 funcs to their own typelib Makes sense to me.
Attachment 162551 [details] pushed as 42deb58 - Split gdk x11 funcs to their own typelib