dovecot-2.2: lib-fts: Correct comment in filter internal API.
dovecot at dovecot.org
dovecot at dovecot.org
Mon Jun 1 23:41:40 UTC 2015
details: http://hg.dovecot.org/dovecot-2.2/rev/e4f4cbc63b49
changeset: 18791:e4f4cbc63b49
user: Teemu Huovila <teemu.huovila at dovecot.fi>
date: Tue Jun 02 02:26:44 2015 +0300
description:
lib-fts: Correct comment in filter internal API.
diffstat:
src/lib-fts/fts-filter-private.h | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diffs (19 lines):
diff -r 346da98eaa1a -r e4f4cbc63b49 src/lib-fts/fts-filter-private.h
--- a/src/lib-fts/fts-filter-private.h Tue Jun 02 02:26:44 2015 +0300
+++ b/src/lib-fts/fts-filter-private.h Tue Jun 02 02:26:44 2015 +0300
@@ -4,11 +4,10 @@
#define FTS_FILTER_CLASSES_NR 3
/*
- API that stemming providers (classes) must provide: The register()
- function is called when the class is registered via
- fts_filter_register() The create() function is called to get an
- instance of a registered filter class. The destroy function is
- called to destroy an instance of a filter.
+ API that stemming providers (classes) must provide: The create()
+ function is called to get an instance of a registered filter class.
+ The filter() function is called with tokens for the specific filter.
+ The destroy function is called to destroy an instance of a filter.
*/
struct fts_filter_vfuncs {
More information about the dovecot-cvs
mailing list