aboutsummaryrefslogtreecommitdiffstats
path: root/libibex/ibex.h
diff options
context:
space:
mode:
authorNotZed <NotZed@HelixCode.com>2000-05-07 11:57:50 +0800
committerMichael Zucci <zucchi@src.gnome.org>2000-05-07 11:57:50 +0800
commitf490803d13f53f9615e258126f6fe25eabc83c3e (patch)
treef841071236ad0133da14d6a854a68efe33ba3db8 /libibex/ibex.h
parent05dcdd341dbed148e4d1c6088dbf2dc054e5cc14 (diff)
downloadgsoc2013-evolution-f490803d13f53f9615e258126f6fe25eabc83c3e.tar
gsoc2013-evolution-f490803d13f53f9615e258126f6fe25eabc83c3e.tar.gz
gsoc2013-evolution-f490803d13f53f9615e258126f6fe25eabc83c3e.tar.bz2
gsoc2013-evolution-f490803d13f53f9615e258126f6fe25eabc83c3e.tar.lz
gsoc2013-evolution-f490803d13f53f9615e258126f6fe25eabc83c3e.tar.xz
gsoc2013-evolution-f490803d13f53f9615e258126f6fe25eabc83c3e.tar.zst
gsoc2013-evolution-f490803d13f53f9615e258126f6fe25eabc83c3e.zip
New function to find out if a file is indexed.
2000-05-06 NotZed <NotZed@HelixCode.com> * find.c (ibex_contains_name): New function to find out if a file is indexed. svn path=/trunk/; revision=2856
Diffstat (limited to 'libibex/ibex.h')
-rw-r--r--libibex/ibex.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libibex/ibex.h b/libibex/ibex.h
index e24508aaf7..646853b120 100644
--- a/libibex/ibex.h
+++ b/libibex/ibex.h
@@ -87,6 +87,10 @@ GPtrArray *ibex_find (ibex *ib, char *word);
*/
gboolean ibex_find_name (ibex *ib, char *name, char *word);
+/* has a file been indexed?
+ */
+gboolean ibex_contains_name(ibex *ib, char *name);
+
/* Return all the files containing all of the words in the given
* array. Returned data is like with ibex_find.
*/