aboutsummaryrefslogtreecommitdiff
path: root/src/search.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/search.h')
-rw-r--r--src/search.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/search.h b/src/search.h
index 37c7ecda..f04562ae 100644
--- a/src/search.h
+++ b/src/search.h
@@ -31,6 +31,19 @@
31#include "fs.h" 31#include "fs.h"
32 32
33/** 33/**
34 * Add an entry to the search tree.
35 *
36 * @param model the search model
37 * @param pos the position to add the entry
38 * @param uri the URI to add
39 * @param meta metadata describing the URI
40 */
41void addEntryToSearchTree(GtkTreeStore * model,
42 GtkTreeIter * pos,
43 const struct ECRS_URI * uri,
44 const struct ECRS_MetaData * meta);
45
46/**
34 * Add the given result to the model (search result 47 * Add the given result to the model (search result
35 * list). 48 * list).
36 * @param info the information to add to the model 49 * @param info the information to add to the model