aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-table-sort-info.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-06-27 09:52:34 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-07-02 22:34:09 +0800
commitcf33c28a0e0fab775856df4c268c40eb4b67fe8b (patch)
tree5397fdb689f0f5a12d844f2e487e5f1a485205e3 /e-util/e-table-sort-info.h
parentf8605636c394f9df19b80a8d7084038566a43cfa (diff)
downloadgsoc2013-evolution-cf33c28a0e0fab775856df4c268c40eb4b67fe8b.tar
gsoc2013-evolution-cf33c28a0e0fab775856df4c268c40eb4b67fe8b.tar.gz
gsoc2013-evolution-cf33c28a0e0fab775856df4c268c40eb4b67fe8b.tar.bz2
gsoc2013-evolution-cf33c28a0e0fab775856df4c268c40eb4b67fe8b.tar.lz
gsoc2013-evolution-cf33c28a0e0fab775856df4c268c40eb4b67fe8b.tar.xz
gsoc2013-evolution-cf33c28a0e0fab775856df4c268c40eb4b67fe8b.tar.zst
gsoc2013-evolution-cf33c28a0e0fab775856df4c268c40eb4b67fe8b.zip
ETableSortInfo: Add a private section.
Diffstat (limited to 'e-util/e-table-sort-info.h')
-rw-r--r--e-util/e-table-sort-info.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/e-table-sort-info.h b/e-util/e-table-sort-info.h
index 583be6b6dc..87f43748ee 100644
--- a/e-util/e-table-sort-info.h
+++ b/e-util/e-table-sort-info.h
@@ -51,6 +51,7 @@ typedef struct _ETableSortColumn ETableSortColumn;
typedef struct _ETableSortInfo ETableSortInfo;
typedef struct _ETableSortInfoClass ETableSortInfoClass;
+typedef struct _ETableSortInfoPrivate ETableSortInfoPrivate;
struct _ETableSortColumn {
guint column : 31;
@@ -59,6 +60,7 @@ struct _ETableSortColumn {
struct _ETableSortInfo {
GObject parent;
+ ETableSortInfoPrivate *priv;
gint group_count;
ETableSortColumn *groupings;