Skip to content

Add support for GLIB_DEPRECATED_ decorators

Xavier Claessens requested to merge xclaesse/gtk-doc:glib-deprecated into master

Examples:

G_SPAWN_ERROR_2BIG GLIB_DEPRECATED_ENUMERATOR_IN_2_32_FOR(G_SPAWN_ERROR_TOO_BIG) = G_SPAWN_ERROR_TOO_BIG,
} GTestTrapFlags GLIB_DEPRECATED_TYPE_IN_2_38_FOR(GTestSubprocessFlags);
Edited by Philip Withnall

Merge request reports