Skip to content

glib: Mark various macros as available in certain versions of GLib

These macros wrap functions which were only introduced in certain versions of GLib. The functions are correctly marked as introduced in those versions, but the macros aren’t, which can result in not getting appropriate deprecation warnings if you’re using those APIs when you have said you’re targeting older GLib versions using GLIB_VERSION_MAX_ALLOWED.

Signed-off-by: Philip Withnall withnall@endlessm.com

Closes: #1860 (closed)

Merge request reports