diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-10-22 10:08:13 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-10-22 10:08:13 +0800 |
commit | 3e3b5fc7b8cfb5bc15d2c43672f7021173f18854 (patch) | |
tree | eb2229bfd26c5b4001f6fa626935f7f87cb4305a /widgets/table/e-table.h | |
parent | b00d886cf875101c4e4a4ddcf381bd10138af1c0 (diff) | |
download | gsoc2013-evolution-3e3b5fc7b8cfb5bc15d2c43672f7021173f18854.tar.gz gsoc2013-evolution-3e3b5fc7b8cfb5bc15d2c43672f7021173f18854.tar.zst gsoc2013-evolution-3e3b5fc7b8cfb5bc15d2c43672f7021173f18854.zip |
Added e_table_set_state_object which loads the state from the given
2000-10-20 Christopher James Lahey <clahey@helixcode.com>
* 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
Diffstat (limited to 'widgets/table/e-table.h')
-rw-r--r-- | widgets/table/e-table.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |