GNOME Bugzilla – Bug 778173
GDK keysyms in gdk-2.0.vapi doesn't include header gdk/gdkkeysyms.h
Last modified: 2017-02-04 12:22:43 UTC
Created attachment 344922 [details] corrected gdk-2.0.vapi gdk-2.0.vapi doesn't include the header gdk/gdkkeysyms.h. There are many lines reading, for example: [CCode (cheader_filename = "gdk/gdk.h")] public const int @3270_Enter; which include the header gdk/gdk.h rather than gdk/gdkkeysyms.h. Attached is the correct gdk-2.0.vapi.
commit 6b275cf3adcdae1b91054586435d10c99d13c0ef Author: Rico Tzschichholz <ricotz@ubuntu.com> Date: Sat Feb 4 13:12:18 2017 +0100 gdk-2.0: Include gdk/gdkkeysyms.h for Gdk.Key Required since gdk.h doesn't include gdk/gdkkeysyms.h as gdk-3.0 does.