aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-cell-text.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-06-02 08:45:24 +0800
committerChris Lahey <clahey@src.gnome.org>2000-06-02 08:45:24 +0800
commitf5916a12a69fddd8d68c777850d2f4b217d41ae6 (patch)
tree564742692079896a60cd3d5a22b6eaab56a4cc67 /widgets/table/e-cell-text.h
parent9f325587d4b11c0959d5d6aa415236250da073d9 (diff)
downloadgsoc2013-evolution-f5916a12a69fddd8d68c777850d2f4b217d41ae6.tar
gsoc2013-evolution-f5916a12a69fddd8d68c777850d2f4b217d41ae6.tar.gz
gsoc2013-evolution-f5916a12a69fddd8d68c777850d2f4b217d41ae6.tar.bz2
gsoc2013-evolution-f5916a12a69fddd8d68c777850d2f4b217d41ae6.tar.lz
gsoc2013-evolution-f5916a12a69fddd8d68c777850d2f4b217d41ae6.tar.xz
gsoc2013-evolution-f5916a12a69fddd8d68c777850d2f4b217d41ae6.tar.zst
gsoc2013-evolution-f5916a12a69fddd8d68c777850d2f4b217d41ae6.zip
Added "text_filter" argument that takes a const void * and returns an
2000-06-01 Christopher James Lahey <clahey@helixcode.com> * e-cell-text.c, e-cell-text.h: Added "text_filter" argument that takes a const void * and returns an allocated char *. svn path=/trunk/; revision=3356
Diffstat (limited to 'widgets/table/e-cell-text.h')
-rw-r--r--widgets/table/e-cell-text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-cell-text.h b/widgets/table/e-cell-text.h
index 59b6558157..13e7d2e486 100644
--- a/widgets/table/e-cell-text.h
+++ b/widgets/table/e-cell-text.h
@@ -28,7 +28,7 @@
#include "e-cell.h"
/* Should return a malloced object. */
-typedef char *(*ECellTextFilter) (void *);
+typedef char *(*ECellTextFilter) (const void *);
#define E_CELL_TEXT_TYPE (e_cell_text_get_type ())
#define E_CELL_TEXT(o) (GTK_CHECK_CAST ((o), E_CELL_TEXT_TYPE, ECellText))