Fixes #2376 (closed).
This MR
- adds
GLIB_AVAILABLE_MACRO_IN_*where needed ingmacros.h, or a comment when such use is not possible; - fixes
GLIB_UNAVAILABLE_MACROandGLIB_DEPRECATED_MACRO_FORso that these macros print their arguments correctly.
Fixes #2376 (closed).
This MR
GLIB_AVAILABLE_MACRO_IN_* where needed in gmacros.h, or a comment
when such use is not possible;GLIB_UNAVAILABLE_MACRO and GLIB_DEPRECATED_MACRO_FOR so that
these macros print their arguments correctly.