aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-state.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2001-01-17 04:45:56 +0800
committerChris Lahey <clahey@src.gnome.org>2001-01-17 04:45:56 +0800
commitc1c5688c54f8da7ee968f59132cc1878d0138f89 (patch)
tree41a6b137f47e3ace1c03f84f8267876752efe1c3 /widgets/table/e-table-state.h
parent4363b68c1c9140c4063c786926608ad58ff52f6d (diff)
downloadgsoc2013-evolution-c1c5688c54f8da7ee968f59132cc1878d0138f89.tar
gsoc2013-evolution-c1c5688c54f8da7ee968f59132cc1878d0138f89.tar.gz
gsoc2013-evolution-c1c5688c54f8da7ee968f59132cc1878d0138f89.tar.bz2
gsoc2013-evolution-c1c5688c54f8da7ee968f59132cc1878d0138f89.tar.lz
gsoc2013-evolution-c1c5688c54f8da7ee968f59132cc1878d0138f89.tar.xz
gsoc2013-evolution-c1c5688c54f8da7ee968f59132cc1878d0138f89.tar.zst
gsoc2013-evolution-c1c5688c54f8da7ee968f59132cc1878d0138f89.zip
Added a bit of documentation. (config_sort_config_show,
2001-01-16 Christopher James Lahey <clahey@helixcode.com> * e-table-config.c: Added a bit of documentation. (config_sort_config_show, config_group_config_show): gnome_dialog_set_parent on the config->dialog_toplevel instead of the config. * e-table-specification: Pass "1.0" instead of NULL to xmlNewDoc here. * e-table-state.c, e-table-state.h: Pass "1.0" instead of NULL to xmlNewDoc here. Make sure that sort_info is never NULL if this object exists. Added ETableStateDuplicate. svn path=/trunk/; revision=7542
Diffstat (limited to 'widgets/table/e-table-state.h')
-rw-r--r--widgets/table/e-table-state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/table/e-table-state.h b/widgets/table/e-table-state.h
index c699f3a1b3..32956bd5f8 100644
--- a/widgets/table/e-table-state.h
+++ b/widgets/table/e-table-state.h
@@ -40,5 +40,6 @@ void e_table_state_save_to_file (ETableState *state,
char *e_table_state_save_to_string (ETableState *state);
xmlNode *e_table_state_save_to_node (ETableState *state,
xmlNode *parent);
+ETableState *e_table_state_duplicate (ETableState *spec);
#endif /* _E_TABLE_STATE_H_ */