Merge branch 'inline-macros' into 'main'

gmacros: Provide platform-independent G_ALWAYS_INLINE and G_NO_INLINE

See merge request GNOME/glib!2781
This commit is contained in:
Philip Withnall
2022-07-06 13:40:10 +00:00
5 changed files with 141 additions and 13 deletions

View File

@@ -516,6 +516,10 @@ G_CONST_RETURN
G_NORETURN
G_NORETURN_FUNCPTR
<SUBSECTION>
G_ALWAYS_INLINE
G_NO_INLINE
<SUBSECTION>
G_N_ELEMENTS
</SECTION>
@@ -782,6 +786,7 @@ g_macro__has_attribute
g_macro__has_builtin
g_macro__has_feature
g_macro__has_extension
g_macro__has_attribute___always_inline__
g_macro__has_attribute___alloc_size__
g_macro__has_attribute___const__
g_macro__has_attribute___deprecated__