Merge branch 'girepository-gcc48' into 'main'

girepository: Make _blob_is_registered_type static inline

See merge request GNOME/glib!4288
This commit is contained in:
Philip Withnall 2024-09-25 10:42:53 +00:00
commit 0d1719868d

View File

@ -198,7 +198,7 @@ typedef enum {
#if defined (G_CAN_INLINE) && defined (G_ALWAYS_INLINE)
G_ALWAYS_INLINE
inline gboolean
static inline gboolean
_blob_is_registered_type (GITypelibBlobType blob_type)
{
switch (blob_type)