aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-table-config.h')
-rw-r--r--widgets/table/e-table-config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/widgets/table/e-table-config.h b/widgets/table/e-table-config.h
index df224c4a2a..e33aab33bf 100644
--- a/widgets/table/e-table-config.h
+++ b/widgets/table/e-table-config.h
@@ -56,6 +56,9 @@ typedef struct {
typedef struct {
GtkObjectClass parent_class;
+
+ /* Signals */
+ void (*changed) (ETableConfig *config);
} ETableConfigClass;
GtkType e_table_config_get_type (void);