Skip to content

Drop G_DISABLE_DEPRECATED

This adds some new deprecation macros:

  • GLIB_DEPRECATED_MACRO_IN_*
  • GLIB_DEPRECATED_ENUMERATOR_IN_*
  • GLIB_DEPRECATED_TYPE_IN_* and uses them in various places, so that we can drop G_DISABLE_DEPRECATED entirely.

This is a follow up to !716 (comment 461052). It also happens to fix #638 (closed) and #1060 (closed).

Edited by Philip Withnall

Merge request reports