From 41dfcdb070f5c052908ca15bb304c91ae637795c Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Wed, 20 Jan 2010 15:48:31 +0100 Subject: Bug #606301 - Slow sort by subject --- widgets/table/e-table-sorting-utils.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'widgets/table/e-table-sorting-utils.h') diff --git a/widgets/table/e-table-sorting-utils.h b/widgets/table/e-table-sorting-utils.h index 318c331e53..3c60df1838 100644 --- a/widgets/table/e-table-sorting-utils.h +++ b/widgets/table/e-table-sorting-utils.h @@ -69,6 +69,11 @@ gint e_table_sorting_utils_tree_insert (ETreeModel *source, gint count, ETreePath path); +gpointer e_table_sorting_utils_create_cmp_cache (void); +void e_table_sorting_utils_free_cmp_cache (gpointer cmp_cache); +void e_table_sorting_utils_add_to_cmp_cache (gpointer cmp_cache, const gchar *key, gchar *value); +const gchar *e_table_sorting_utils_lookup_cmp_cache (gpointer cmp_cache, const gchar *key); + G_END_DECLS #endif /* _E_TABLE_SORTING_UTILS_H_ */ -- cgit v1.2.3