aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/gal-view.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-07-03 00:27:27 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-07-06 04:40:49 +0800
commita2818bc4eaed3c304a9067b8cf25b4aee345d9b4 (patch)
tree6ef16516adb9da3a09096fea9b750f4f959a187d /e-util/gal-view.h
parent6db972ab0fd2f223aea07c6a413d39a01c41152b (diff)
downloadgsoc2013-evolution-a2818bc4eaed3c304a9067b8cf25b4aee345d9b4.tar
gsoc2013-evolution-a2818bc4eaed3c304a9067b8cf25b4aee345d9b4.tar.gz
gsoc2013-evolution-a2818bc4eaed3c304a9067b8cf25b4aee345d9b4.tar.bz2
gsoc2013-evolution-a2818bc4eaed3c304a9067b8cf25b4aee345d9b4.tar.lz
gsoc2013-evolution-a2818bc4eaed3c304a9067b8cf25b4aee345d9b4.tar.xz
gsoc2013-evolution-a2818bc4eaed3c304a9067b8cf25b4aee345d9b4.tar.zst
gsoc2013-evolution-a2818bc4eaed3c304a9067b8cf25b4aee345d9b4.zip
GalView: Add a private section.
Diffstat (limited to 'e-util/gal-view.h')
-rw-r--r--e-util/gal-view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/gal-view.h b/e-util/gal-view.h
index 62a41ff406..18de6d1ad5 100644
--- a/e-util/gal-view.h
+++ b/e-util/gal-view.h
@@ -48,9 +48,11 @@ G_BEGIN_DECLS
typedef struct _GalView GalView;
typedef struct _GalViewClass GalViewClass;
+typedef struct _GalViewPrivate GalViewPrivate;
struct _GalView {
GObject parent;
+ GalViewPrivate *priv;
};
struct _GalViewClass {