From b2e3fe2be77ea14d5354bfd9eec9b62f007daa1b Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 7 Feb 2011 13:11:20 +0100 Subject: tp-file: use the self->priv pattern --- libempathy/empathy-tp-file.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libempathy/empathy-tp-file.h') diff --git a/libempathy/empathy-tp-file.h b/libempathy/empathy-tp-file.h index ad3af72ee..aca8a0f89 100644 --- a/libempathy/empathy-tp-file.h +++ b/libempathy/empathy-tp-file.h @@ -56,11 +56,12 @@ typedef enum { } EmpathyFTErrorEnum; typedef struct _EmpathyTpFile EmpathyTpFile; +typedef struct _EmpathyTpFilePrivate EmpathyTpFilePrivate; typedef struct _EmpathyTpFileClass EmpathyTpFileClass; struct _EmpathyTpFile { GObject parent; - gpointer priv; + EmpathyTpFilePrivate *priv; }; struct _EmpathyTpFileClass { -- cgit v1.2.3