From 1557095113a3c0f5baadcfb1e953d73762e5263e Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Mon, 5 May 2008 20:34:41 +0000 Subject: Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET_PRIVATE all the time. svn path=/trunk/; revision=1082 --- libempathy/empathy-idle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy/empathy-idle.h') diff --git a/libempathy/empathy-idle.h b/libempathy/empathy-idle.h index 33f1d492e..fbaab36a9 100644 --- a/libempathy/empathy-idle.h +++ b/libempathy/empathy-idle.h @@ -37,10 +37,10 @@ G_BEGIN_DECLS typedef struct _EmpathyIdle EmpathyIdle; typedef struct _EmpathyIdleClass EmpathyIdleClass; -typedef struct _EmpathyIdlePriv EmpathyIdlePriv; struct _EmpathyIdle { GObject parent; + gpointer priv; }; struct _EmpathyIdleClass { -- cgit v1.2.3