aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-tree-selection-model.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-tree-selection-model.h')
-rw-r--r--widgets/table/e-tree-selection-model.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/table/e-tree-selection-model.h b/widgets/table/e-tree-selection-model.h
index 0d3305b93d..44ebf08f31 100644
--- a/widgets/table/e-tree-selection-model.h
+++ b/widgets/table/e-tree-selection-model.h
@@ -63,6 +63,8 @@ void e_tree_selection_model_foreach (ETreeSelectionModel
gpointer closure);
void e_tree_selection_model_select_single_path (ETreeSelectionModel *etsm,
ETreePath path);
+void e_tree_selection_model_select_paths (ETreeSelectionModel *etsm, GPtrArray *paths);
+
void e_tree_selection_model_add_to_selection (ETreeSelectionModel *etsm,
ETreePath path);
void e_tree_selection_model_change_cursor (ETreeSelectionModel *etsm,