mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-06 17:36:14 +01:00
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:
commit
0d1719868d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user