With previous versions of glib, looks like glib-object.h is installed in the same parent
directory as glib.h (for example, /usr/include/glib-2.0). Unless that header file was
absorbed into glib.h, I'm guessing that file is installed in the same location for
this newer version of glib. Therefore those includes likely do not need patching.
Although there are quite a few header files in the older glib subdirectory, the only
sources we have that seem affected reduce to this list:
applications/kmplayer/src/npplayer.c:33: #include <glib/gprintf.h>
applications/gtk-qt-engine/src/qt_theme_draw.c:6: #include <glib/glist.h>
An even shorter list. :-)
Darrell