From 5ba6968d314c8830ab7fb8b0be07b3fa6dc23d06 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Wed, 23 Feb 2011 11:28:23 +0000 Subject: Move to using ->priv pointer in the object instance --- src/empathy-call-window.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/empathy-call-window.h') diff --git a/src/empathy-call-window.h b/src/empathy-call-window.h index d02b2ed62..11237fff6 100644 --- a/src/empathy-call-window.h +++ b/src/empathy-call-window.h @@ -29,6 +29,7 @@ G_BEGIN_DECLS typedef struct _EmpathyCallWindow EmpathyCallWindow; +typedef struct _EmpathyCallWindowPriv EmpathyCallWindowPriv; typedef struct _EmpathyCallWindowClass EmpathyCallWindowClass; struct _EmpathyCallWindowClass { @@ -37,6 +38,7 @@ struct _EmpathyCallWindowClass { struct _EmpathyCallWindow { GtkWindow parent; + EmpathyCallWindowPriv *priv; }; GType empathy_call_window_get_type (void); -- cgit v1.2.3