Revert "Revert "glib: annotate static inline functions with G_AVAILABLE-type macros""

This reverts commit c0146be3a4.

The revert was originally added because the original change broke
gnome-build-meta. Now that the problem has been diagnosed, the original
commit can be fixed — see the commit which follows this one.

See: !1487
This commit is contained in:
Philip Withnall
2020-05-15 11:45:33 +01:00
parent 85f8efae0f
commit 0fc7f409f6
7 changed files with 31 additions and 1 deletions

View File

@@ -26,6 +26,8 @@ foreach version : stable_2_series_versions
'GLIB_DEPRECATED_IN_2_' + version + '_FOR()',
'GLIB_DEPRECATED_IN_2_' + version,
'GLIB_AVAILABLE_STATIC_INLINE_IN_2_' + version,
'GLIB_AVAILABLE_ENUMERATOR_IN_2_' + version,
'GLIB_DEPRECATED_ENUMERATOR_IN_2_' + version + '_FOR()',
'GLIB_DEPRECATED_ENUMERATOR_IN_2_' + version,
@@ -57,4 +59,4 @@ endif
subdir('gio')
subdir('glib')
subdir('gobject')
subdir('gobject')