From 475a5d499cb4953967ebbdc0cb29ee42b62a4c43 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Sun, 20 Aug 2000 23:18:45 +0000 Subject: Added e_table_selection_model_selected_count. 2000-08-20 Christopher James Lahey * e-table-selection-model.c: Added e_table_selection_model_selected_count. svn path=/trunk/; revision=4893 --- widgets/table/e-table-selection-model.h | 1 + 1 file changed, 1 insertion(+) (limited to 'widgets/table/e-table-selection-model.h') diff --git a/widgets/table/e-table-selection-model.h b/widgets/table/e-table-selection-model.h index 6b57ab56f0..6d7b25ed3d 100644 --- a/widgets/table/e-table-selection-model.h +++ b/widgets/table/e-table-selection-model.h @@ -63,6 +63,7 @@ void e_table_selection_model_maybe_do_something (ETableSelectionM guint col, GdkModifierType state); void e_table_selection_model_clear (ETableSelectionModel *selection); +gint e_table_selection_model_selected_count (ETableSelectionModel *selection); ETableSelectionModel *e_table_selection_model_new (void); -- cgit v1.2.3