From 1b89f384d5807689c43fee10c029ff76dc14b3f4 Mon Sep 17 00:00:00 2001 From: xclaesse 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. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1082 4ee84921-47dd-4033-b63a-18d7a039a3e4 --- libempathy-gtk/empathy-theme-manager.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libempathy-gtk/empathy-theme-manager.h') diff --git a/libempathy-gtk/empathy-theme-manager.h b/libempathy-gtk/empathy-theme-manager.h index 6bd2d41f5..5c0f579b9 100644 --- a/libempathy-gtk/empathy-theme-manager.h +++ b/libempathy-gtk/empathy-theme-manager.h @@ -36,7 +36,8 @@ typedef struct _EmpathyThemeManager EmpathyThemeManager; typedef struct _EmpathyThemeManagerClass EmpathyThemeManagerClass; struct _EmpathyThemeManager { - GObject parent; + GObject parent; + gpointer priv; }; struct _EmpathyThemeManagerClass { -- cgit v1.2.3