[glib/wip/notify-performance: 11/11] [notify] remove some rather bogus 'inline' use
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/wip/notify-performance: 11/11] [notify] remove some rather bogus 'inline' use
- Date: Wed, 16 Nov 2011 15:50:02 +0000 (UTC)
commit d04a849069bd1f87ff2f6c1846376f707ce74767
Author: Ryan Lortie <desrt desrt ca>
Date: Wed Nov 16 15:46:19 2011 +0000
[notify] remove some rather bogus 'inline' use
gobject/gobject.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gobject/gobject.c b/gobject/gobject.c
index 0d20a26..36fc04d 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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]