aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-table-state.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-06-27 08:37:43 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-07-02 22:34:08 +0800
commit9deb892820f4b9d121b971d6af86116f3e18b6e2 (patch)
tree836cf22783696834e17779fa61bcac3e41881a20 /e-util/e-table-state.h
parent3c7a8561d4f622b5c4cc3380da97c457190ef52f (diff)
downloadgsoc2013-evolution-9deb892820f4b9d121b971d6af86116f3e18b6e2.tar
gsoc2013-evolution-9deb892820f4b9d121b971d6af86116f3e18b6e2.tar.gz
gsoc2013-evolution-9deb892820f4b9d121b971d6af86116f3e18b6e2.tar.bz2
gsoc2013-evolution-9deb892820f4b9d121b971d6af86116f3e18b6e2.tar.lz
gsoc2013-evolution-9deb892820f4b9d121b971d6af86116f3e18b6e2.tar.xz
gsoc2013-evolution-9deb892820f4b9d121b971d6af86116f3e18b6e2.tar.zst
gsoc2013-evolution-9deb892820f4b9d121b971d6af86116f3e18b6e2.zip
ETableState: Add a private section.
Diffstat (limited to 'e-util/e-table-state.h')
-rw-r--r--e-util/e-table-state.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/e-table-state.h b/e-util/e-table-state.h
index 2129e2a65c..27bda8440e 100644
--- a/e-util/e-table-state.h
+++ b/e-util/e-table-state.h
@@ -50,9 +50,11 @@ G_BEGIN_DECLS
typedef struct _ETableState ETableState;
typedef struct _ETableStateClass ETableStateClass;
+typedef struct _ETableStatePrivate ETableStatePrivate;
struct _ETableState {
GObject parent;
+ ETableStatePrivate *priv;
ETableSortInfo *sort_info;
gint col_count;