在gmacros.h中,定义了字符串化宏。
#define G_STRINGIFY(macro_or_string) G_STRINGIFY_ARG (macro_or_string)#define G_STRINGIFY_ARG(contents) #contents