G_STRINGIFY宏

在gmacros.h中,定义了字符串化宏。

#define G_STRINGIFY(macro_or_string) G_STRINGIFY_ARG (macro_or_string)
#define G_STRINGIFY_ARG(contents) #contents

原文地址:https://www.cnblogs.com/blueyunchao0618/p/11376914.html