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 563787 - GNOME Goal: Clean up GLib and GTK+ includes
GNOME Goal: Clean up GLib and GTK+ includes
Status: RESOLVED FIXED
Product: gtk-engines
Classification: Deprecated
Component: general
unspecified
Other Linux
: Normal trivial
: ---
Assigned To: gtk-engines maintainers
gtk-engines maintainers
Depends on:
Blocks: 563413
 
 
Reported: 2008-12-09 00:32 UTC by Luis Menina
Modified: 2008-12-14 13:59 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26


Attachments
simple patch (4.35 KB, patch)
2008-12-09 00:32 UTC, Luis Menina
committed Details | Review

Description Luis Menina 2008-12-09 00:32:06 UTC
Correct applications or libraries that don't include
*only* toplevel headers for GLib, GTK, GDK and gdk-pixbuf. This will be useful
to prepare GTK 3.0 migration.

See also http://live.gnome.org/GnomeGoals/CleanupGTKIncludes
Comment 1 Luis Menina 2008-12-09 00:32:59 UTC
Created attachment 124223 [details] [review]
simple patch
Comment 2 Benjamin Berg 2008-12-14 13:59:10 UTC
Committed to trunk. Thanks for the patch!

2008-12-14  Benjamin Berg  <benjamin@sipsolutions.net>

	* engines/*.h:
	* engines/*.c:
	Move everything to one header includes.
	Bug #563787, Patch by Luis Menia