aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-table-specification.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-06-27 00:53:30 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-07-02 22:34:08 +0800
commite663dec920f8359f07c6047f2ef3eb10f052f1e8 (patch)
treea644dfd50671bc465e7bb2badb72cf11281c7129 /e-util/e-table-specification.h
parente9299f623e9779bfd63a8c30b4803a2dca5ca172 (diff)
downloadgsoc2013-evolution-e663dec920f8359f07c6047f2ef3eb10f052f1e8.tar
gsoc2013-evolution-e663dec920f8359f07c6047f2ef3eb10f052f1e8.tar.gz
gsoc2013-evolution-e663dec920f8359f07c6047f2ef3eb10f052f1e8.tar.bz2
gsoc2013-evolution-e663dec920f8359f07c6047f2ef3eb10f052f1e8.tar.lz
gsoc2013-evolution-e663dec920f8359f07c6047f2ef3eb10f052f1e8.tar.xz
gsoc2013-evolution-e663dec920f8359f07c6047f2ef3eb10f052f1e8.tar.zst
gsoc2013-evolution-e663dec920f8359f07c6047f2ef3eb10f052f1e8.zip
ETableSpecification: Add a private section.
Diffstat (limited to 'e-util/e-table-specification.h')
-rw-r--r--e-util/e-table-specification.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/e-table-specification.h b/e-util/e-table-specification.h
index feada9e82c..2fec4b8e40 100644
--- a/e-util/e-table-specification.h
+++ b/e-util/e-table-specification.h
@@ -53,9 +53,11 @@ G_BEGIN_DECLS
typedef struct _ETableSpecification ETableSpecification;
typedef struct _ETableSpecificationClass ETableSpecificationClass;
+typedef struct _ETableSpecificationPrivate ETableSpecificationPrivate;
struct _ETableSpecification {
GObject parent;
+ ETableSpecificationPrivate *priv;
ETableColumnSpecification **columns;
ETableState *state;