From 877c0ad5b885f598006f576a5756dd7cda1ef4ee Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Wed, 16 Nov 2011 15:46:19 +0000 Subject: [PATCH] [notify] remove some rather bogus 'inline' use --- gobject/gobject.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gobject/gobject.c b/gobject/gobject.c index 0d20a264e..36fc04dbe 100644 --- a/gobject/gobject.c +++ b/gobject/gobject.c @@ -221,7 +221,7 @@ g_object_notify_queue_free (gpointer data) g_slice_free (GObjectNotifyQueue, nqueue); } -static inline GObjectNotifyQueue* +static GObjectNotifyQueue* g_object_notify_queue_freeze (GObject *object, gboolean conditional) { @@ -254,7 +254,7 @@ g_object_notify_queue_freeze (GObject *object, return nqueue; } -static inline void +static void g_object_notify_queue_thaw (GObject *object, GObjectNotifyQueue *nqueue) { @@ -296,7 +296,7 @@ g_object_notify_queue_thaw (GObject *object, g_free (free_me); } -static inline void +static void g_object_notify_queue_add (GObject *object, GObjectNotifyQueue *nqueue, GParamSpec *pspec)