From cf33c28a0e0fab775856df4c268c40eb4b67fe8b Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 26 Jun 2013 21:52:34 -0400 Subject: ETableSortInfo: Add a private section. --- e-util/e-table-sort-info.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'e-util/e-table-sort-info.h') 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; -- cgit v1.2.3