aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-file.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-02-07 20:11:20 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-02-07 20:23:35 +0800
commitb2e3fe2be77ea14d5354bfd9eec9b62f007daa1b (patch)
treed8831cad9097d2ee97d9c8aa3fd6c3629e60f577 /libempathy/empathy-tp-file.h
parentbc19e0f15b2aaba0a5a95ffa20ef70ea63b6fd2a (diff)
downloadgsoc2013-empathy-b2e3fe2be77ea14d5354bfd9eec9b62f007daa1b.tar
gsoc2013-empathy-b2e3fe2be77ea14d5354bfd9eec9b62f007daa1b.tar.gz
gsoc2013-empathy-b2e3fe2be77ea14d5354bfd9eec9b62f007daa1b.tar.bz2
gsoc2013-empathy-b2e3fe2be77ea14d5354bfd9eec9b62f007daa1b.tar.lz
gsoc2013-empathy-b2e3fe2be77ea14d5354bfd9eec9b62f007daa1b.tar.xz
gsoc2013-empathy-b2e3fe2be77ea14d5354bfd9eec9b62f007daa1b.tar.zst
gsoc2013-empathy-b2e3fe2be77ea14d5354bfd9eec9b62f007daa1b.zip
tp-file: use the self->priv pattern
Diffstat (limited to 'libempathy/empathy-tp-file.h')
-rw-r--r--libempathy/empathy-tp-file.h3
1 files changed, 2 insertions, 1 deletions
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 {