GNOME Bugzilla – Bug 565218
GNOME Goal: Clean up GLib and GTK+ includes
Last modified: 2008-12-29 14:12:37 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
Created attachment 125074 [details] [review] simple patch
Created attachment 125075 [details] [review] corrected patch Corrects a forgotten include, and corrects another GNOME Goal: http://live.gnome.org/GnomeGoals/RemoveDeprecatedSymbols/Glib by replacing deprecated GLib calls: g_basename => g_path_get_basename g_dirname => g_path_get_dirname
Applied in two different commits with minor corrections: * Fixed the includes in tests/ folder * Removed a duplicated #include <gtk/gtk.h> in sexy-icon-entry.h Thanks for the patch!