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 511308 - gdk.symbols: gdk_app_launch_context_get_type is needed.
gdk.symbols: gdk_app_launch_context_get_type is needed.
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: 2008-01-22 17:06 UTC by Kazuki Iwamoto
Modified: 2008-01-22 19:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Kazuki Iwamoto 2008-01-22 17:06:23 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:
Comment 1 Mathias Hasselmann (IRC: tbf) 2008-01-22 19:29:49 UTC
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.