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-factory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy/empathy-contact-factory.h') diff --git a/libempathy/empathy-contact-factory.h b/libempathy/empathy-contact-factory.h index 9ff8d3fa9..24fec0e03 100644 --- a/libempathy/empathy-contact-factory.h +++ b/libempathy/empathy-contact-factory.h @@ -40,10 +40,10 @@ G_BEGIN_DECLS typedef struct _EmpathyContactFactory EmpathyContactFactory; typedef struct _EmpathyContactFactoryClass EmpathyContactFactoryClass; -typedef struct _EmpathyContactFactoryPriv EmpathyContactFactoryPriv; struct _EmpathyContactFactory { GObject parent; + gpointer priv; }; struct _EmpathyContactFactoryClass { -- cgit v1.2.3