From 3e3b5fc7b8cfb5bc15d2c43672f7021173f18854 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Sun, 22 Oct 2000 02:08:13 +0000 Subject: Added e_table_set_state_object which loads the state from the given 2000-10-20 Christopher James Lahey * e-table.c, e-table.h: Added e_table_set_state_object which loads the state from the given ETableState object. svn path=/trunk/; revision=6099 --- widgets/table/e-table.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'widgets/table/e-table.h') diff --git a/widgets/table/e-table.h b/widgets/table/e-table.h index e23939e746..2d115e54fb 100644 --- a/widgets/table/e-table.h +++ b/widgets/table/e-table.h @@ -194,6 +194,8 @@ ETableState *e_table_get_state_object (ETable *e_table /* note that it is more efficient to provide the state at creation time */ void e_table_set_state (ETable *e_table, const gchar *state); +void e_table_set_state_object (ETable *e_table, + ETableState *state); void e_table_load_state (ETable *e_table, const gchar *filename); -- cgit v1.2.3