Created attachment 2171 Patch to enable C++ linkage for some libxfcegui4 functions. Some header files from libxfcegui4 do not provide #ifdef __cplusplus extern "C" { #endif and #ifdef __cplusplus } #endif lines around the declarations to enable C++ linkage. Otherwise someone will get linker errors when using using libxfcegui4 with a C++ compiler. The G_BEGIN_DECLS and G_END_DECLS macros provide those C++ wrappers. A patch is attached.
Committed in revision 29492.