]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-tp-chat.h
tp-chat: use the self->priv pattern
[empathy.git] / libempathy / empathy-tp-chat.h
index 83c7fe7d1dc86826b2bdfce1cb048ced591fa86f..629c1e5984938f7ac895e4bad63c4e54f48079a8 100644 (file)
@@ -42,10 +42,11 @@ G_BEGIN_DECLS
 
 typedef struct _EmpathyTpChat      EmpathyTpChat;
 typedef struct _EmpathyTpChatClass EmpathyTpChatClass;
+typedef struct _EmpathyTpChatPrivate EmpathyTpChatPrivate;
 
 struct _EmpathyTpChat {
        GObject parent;
-       gpointer priv;
+       EmpathyTpChatPrivate *priv;
 };
 
 struct _EmpathyTpChatClass {