13 Feb
2012
13 Feb
'12
11:54 p.m.
2012/2/13 Alex Valavanis <valavanisalex@...400...>:
OK, great. I suspect that the issue may relate to me replacing a couple of <glib-object.h> headers with <glibmm/object.h>. I felt a bit nervous about this at the time... hopefully it should be reasonably easy to identify the culprits.
<glib-object.h> is a special purpose header that contains macros, types and functions used when defining new GObject types (classes). It has no relationship to <glibmm/object.h> which simply contains the wrappers for the GObject base type. Including <glib-object.h> explicitly is permitted even when G_DISABLE_SINGLE_INCLUDES is on.
Regards, Krzysztof