aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-theme-adium.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-07-02 21:21:30 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-07-02 21:56:38 +0800
commit7f2b924f50433a6240bb8feaf95b423cb6124b12 (patch)
tree8fe077c77782c3c4236087788039cb902e080804 /libempathy-gtk/empathy-theme-adium.h
parent254c6ef0192ee7bc70530987a5e359cb4a04148c (diff)
downloadgsoc2013-empathy-7f2b924f50433a6240bb8feaf95b423cb6124b12.tar
gsoc2013-empathy-7f2b924f50433a6240bb8feaf95b423cb6124b12.tar.gz
gsoc2013-empathy-7f2b924f50433a6240bb8feaf95b423cb6124b12.tar.bz2
gsoc2013-empathy-7f2b924f50433a6240bb8feaf95b423cb6124b12.tar.lz
gsoc2013-empathy-7f2b924f50433a6240bb8feaf95b423cb6124b12.tar.xz
gsoc2013-empathy-7f2b924f50433a6240bb8feaf95b423cb6124b12.tar.zst
gsoc2013-empathy-7f2b924f50433a6240bb8feaf95b423cb6124b12.zip
theme-adium use self->priv pattern
https://bugzilla.gnome.org/show_bug.cgi?id=679255
Diffstat (limited to 'libempathy-gtk/empathy-theme-adium.h')
-rw-r--r--libempathy-gtk/empathy-theme-adium.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-theme-adium.h b/libempathy-gtk/empathy-theme-adium.h
index ac820251a..d518c01b1 100644
--- a/libempathy-gtk/empathy-theme-adium.h
+++ b/libempathy-gtk/empathy-theme-adium.h
@@ -53,12 +53,14 @@ G_BEGIN_DECLS
typedef struct _EmpathyThemeAdium EmpathyThemeAdium;
typedef struct _EmpathyThemeAdiumClass EmpathyThemeAdiumClass;
+typedef struct _EmpathyThemeAdiumPriv EmpathyThemeAdiumPriv;
+
typedef struct _EmpathyAdiumData EmpathyAdiumData;
struct _EmpathyThemeAdium
{
WebKitWebView parent;
- gpointer priv;
+ EmpathyThemeAdiumPriv *priv;
};
struct _EmpathyThemeAdiumClass