aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary-shown.h
diff options
context:
space:
mode:
Diffstat (limited to 'my-evolution/e-summary-shown.h')
-rw-r--r--my-evolution/e-summary-shown.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/my-evolution/e-summary-shown.h b/my-evolution/e-summary-shown.h
index 739e773a0f..4f6ffd4459 100644
--- a/my-evolution/e-summary-shown.h
+++ b/my-evolution/e-summary-shown.h
@@ -75,6 +75,9 @@ ETreePath e_summary_shown_add_node (ESummaryShown *shown,
void e_summary_shown_remove_node (ESummaryShown *shown,
gboolean all,
ESummaryShownModelEntry *entry);
+void e_summary_shown_freeze (ESummaryShown *shown);
+void e_summary_shown_thaw (ESummaryShown *shown);
GList *e_summary_shown_get_selection (ESummaryShown *shown,
gboolean all);
+
#endif