GNOME Bugzilla – Bug 511308
gdk.symbols: gdk_app_launch_context_get_type is needed.
Last modified: 2008-01-22 19:29:49 UTC
Please describe the problem: gdk_app_launch_context_get_type was added in revision 19165, but it was not added to gdk.symbols. Steps to reproduce: 1.compile. Actual results: gdk.def, gdkalias.h and gdkaliasdef.c are built from gdk.symbols. They are not correct. Expected results: gdk_app_launch_context_get_type should be added to gdk.symbols. Does this happen every time? Revision 19165 or later Other information:
2008-01-22 Mathias Hasselmann <mathias@openismus.com> Add gdk_app_launch_context_get_type() to gdk.symbols (#511308, Kazuki IWAMOTO). * gdk/gdk.symbols: Add gdk_app_launch_context_get_type(). Thanks for spotting and reporting this.