aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-cell.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-cell.h')
-rw-r--r--widgets/table/e-cell.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/widgets/table/e-cell.h b/widgets/table/e-cell.h
index f872d0c81f..d0f0f196a3 100644
--- a/widgets/table/e-cell.h
+++ b/widgets/table/e-cell.h
@@ -39,6 +39,9 @@ BEGIN_GNOME_DECLS
#define E_IS_CELL(o) (GTK_CHECK_TYPE ((o), E_CELL_TYPE))
#define E_IS_CELL_CLASS(k) (GTK_CHECK_CLASS_TYPE ((k), E_CELL_TYPE))
+typedef gboolean (*ETableSearchFunc) (gconstpointer haystack,
+ const char *needle);
+
typedef enum {
E_CELL_SELECTED = 1 << 0,