aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/gal-view-collection.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-07-05 22:36:28 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-07-06 04:40:50 +0800
commit25d2fab96e6c74c7c2b7ff6134b0bb54ed3ce384 (patch)
treed1111c8cd3929ec0fca61f644af267626be18c1a /e-util/gal-view-collection.h
parentf6de38811c202186415e6647ef43511525c80572 (diff)
downloadgsoc2013-evolution-25d2fab96e6c74c7c2b7ff6134b0bb54ed3ce384.tar
gsoc2013-evolution-25d2fab96e6c74c7c2b7ff6134b0bb54ed3ce384.tar.gz
gsoc2013-evolution-25d2fab96e6c74c7c2b7ff6134b0bb54ed3ce384.tar.bz2
gsoc2013-evolution-25d2fab96e6c74c7c2b7ff6134b0bb54ed3ce384.tar.lz
gsoc2013-evolution-25d2fab96e6c74c7c2b7ff6134b0bb54ed3ce384.tar.xz
gsoc2013-evolution-25d2fab96e6c74c7c2b7ff6134b0bb54ed3ce384.tar.zst
gsoc2013-evolution-25d2fab96e6c74c7c2b7ff6134b0bb54ed3ce384.zip
GalViewCollection: Add a private section.
Diffstat (limited to 'e-util/gal-view-collection.h')
-rw-r--r--e-util/gal-view-collection.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/gal-view-collection.h b/e-util/gal-view-collection.h
index ab5c54c62a..9926e8b810 100644
--- a/e-util/gal-view-collection.h
+++ b/e-util/gal-view-collection.h
@@ -48,11 +48,13 @@ G_BEGIN_DECLS
typedef struct _GalViewCollection GalViewCollection;
typedef struct _GalViewCollectionClass GalViewCollectionClass;
+typedef struct _GalViewCollectionPrivate GalViewCollectionPrivate;
typedef struct _GalViewCollectionItem GalViewCollectionItem;
struct _GalViewCollection {
GObject parent;
+ GalViewCollectionPrivate *priv;
GalViewCollectionItem **view_data;
gint view_count;