From 707cce7733ad5bd9fda46ed3b48259df4e2d73f0 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Mon, 5 Feb 2001 21:16:13 +0000 Subject: Added a "changed" signal. 2001-02-05 Christopher James Lahey * e-table-config.c, e-table-config.h (dialog_apply): Added a "changed" signal. * e-table-sort-info.c, e-table-sort-info.h (e_table_sort_info_duplicate): Added this function. * e-table.c (e_table_set_state_object): Duplicate the state's sort_info object here. svn path=/trunk/; revision=7985 --- widgets/table/e-table-config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'widgets/table/e-table-config.h') 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); -- cgit v1.2.3