diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-06-27 08:37:43 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-07-02 22:34:08 +0800 |
commit | 9deb892820f4b9d121b971d6af86116f3e18b6e2 (patch) | |
tree | 836cf22783696834e17779fa61bcac3e41881a20 /e-util/e-table-state.h | |
parent | 3c7a8561d4f622b5c4cc3380da97c457190ef52f (diff) | |
download | gsoc2013-evolution-9deb892820f4b9d121b971d6af86116f3e18b6e2.tar.gz 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.h | 2 |
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; |