aboutsummaryrefslogtreecommitdiffstats
path: root/libibex/ibex.h
diff options
context:
space:
mode:
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 e430fc700d..8afac0dc95 100644
--- a/libibex/ibex.h
+++ b/libibex/ibex.h
@@ -65,6 +65,10 @@ void ibex_rename(ibex *ib, char *oldfilename, char *newfilename);
*/
GPtrArray *ibex_find(ibex *ib, char *word);
+/* Find if a word is contained in a specific name reference.
+ */
+gboolean ibex_find_name(ibex *ib, char *name, char *word);
+
/* Return all the files containing all of the words in the given
* array. Returned data is like with ibex_find.
*/