aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/gal-view-etable.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-07-03 19:01:04 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-07-06 04:40:49 +0800
commit1f84c2af9842a0e3da42abb0d1a02b3b02f6740f (patch)
treeff14b3a935acc7f54068e223ac1e787ecd7058d7 /e-util/gal-view-etable.h
parent369daca6146c0e97db0308adb9c64c10ad1cb096 (diff)
downloadgsoc2013-evolution-1f84c2af9842a0e3da42abb0d1a02b3b02f6740f.tar
gsoc2013-evolution-1f84c2af9842a0e3da42abb0d1a02b3b02f6740f.tar.gz
gsoc2013-evolution-1f84c2af9842a0e3da42abb0d1a02b3b02f6740f.tar.bz2
gsoc2013-evolution-1f84c2af9842a0e3da42abb0d1a02b3b02f6740f.tar.lz
gsoc2013-evolution-1f84c2af9842a0e3da42abb0d1a02b3b02f6740f.tar.xz
gsoc2013-evolution-1f84c2af9842a0e3da42abb0d1a02b3b02f6740f.tar.zst
gsoc2013-evolution-1f84c2af9842a0e3da42abb0d1a02b3b02f6740f.zip
GalViewEtable: Add a private section.
Diffstat (limited to 'e-util/gal-view-etable.h')
-rw-r--r--e-util/gal-view-etable.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/e-util/gal-view-etable.h b/e-util/gal-view-etable.h
index b0e93a2ec3..7f064942ed 100644
--- a/e-util/gal-view-etable.h
+++ b/e-util/gal-view-etable.h
@@ -53,18 +53,11 @@ G_BEGIN_DECLS
typedef struct _GalViewEtable GalViewEtable;
typedef struct _GalViewEtableClass GalViewEtableClass;
+typedef struct _GalViewEtablePrivate GalViewEtablePrivate;
struct _GalViewEtable {
GalView parent;
-
- ETableSpecification *spec;
- ETableState *state;
-
- ETable *table;
- guint table_state_changed_id;
-
- ETree *tree;
- guint tree_state_changed_id;
+ GalViewEtablePrivate *priv;
};
struct _GalViewEtableClass {