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-contact-manager.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libempathy/empathy-contact-manager.h') diff --git a/libempathy/empathy-contact-manager.h b/libempathy/empathy-contact-manager.h index 811a7b79d..e55f0c17d 100644 --- a/libempathy/empathy-contact-manager.h +++ b/libempathy/empathy-contact-manager.h @@ -40,10 +40,10 @@ G_BEGIN_DECLS typedef struct _EmpathyContactManager EmpathyContactManager; typedef struct _EmpathyContactManagerClass EmpathyContactManagerClass; -typedef struct _EmpathyContactManagerPriv EmpathyContactManagerPriv; struct _EmpathyContactManager { - GObject parent; + GObject parent; + gpointer priv; }; struct _EmpathyContactManagerClass { -- cgit v1.2.3