mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-13 22:07:15 +01:00
[notify] remove some rather bogus 'inline' use
This commit is contained in:
parent
9253f38a90
commit
877c0ad5b8
@ -221,7 +221,7 @@ g_object_notify_queue_free (gpointer data)
|
|||||||
g_slice_free (GObjectNotifyQueue, nqueue);
|
g_slice_free (GObjectNotifyQueue, nqueue);
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline GObjectNotifyQueue*
|
static GObjectNotifyQueue*
|
||||||
g_object_notify_queue_freeze (GObject *object,
|
g_object_notify_queue_freeze (GObject *object,
|
||||||
gboolean conditional)
|
gboolean conditional)
|
||||||
{
|
{
|
||||||
@ -254,7 +254,7 @@ g_object_notify_queue_freeze (GObject *object,
|
|||||||
return nqueue;
|
return nqueue;
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline void
|
static void
|
||||||
g_object_notify_queue_thaw (GObject *object,
|
g_object_notify_queue_thaw (GObject *object,
|
||||||
GObjectNotifyQueue *nqueue)
|
GObjectNotifyQueue *nqueue)
|
||||||
{
|
{
|
||||||
@ -296,7 +296,7 @@ g_object_notify_queue_thaw (GObject *object,
|
|||||||
g_free (free_me);
|
g_free (free_me);
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline void
|
static void
|
||||||
g_object_notify_queue_add (GObject *object,
|
g_object_notify_queue_add (GObject *object,
|
||||||
GObjectNotifyQueue *nqueue,
|
GObjectNotifyQueue *nqueue,
|
||||||
GParamSpec *pspec)
|
GParamSpec *pspec)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user