summaryrefslogtreecommitdiff
path: root/desktop/hotlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/hotlist.h')
-rw-r--r--desktop/hotlist.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/desktop/hotlist.h b/desktop/hotlist.h
index 1fc37eada..1271b623e 100644
--- a/desktop/hotlist.h
+++ b/desktop/hotlist.h
@@ -62,6 +62,14 @@ nserror hotlist_fini(const char *path);
nserror hotlist_add(nsurl *url);
/**
+ * Check whether given URL is present in hotlist
+ *
+ * \param url Address to look for in hotlist
+ * \return true iff url is present in hotlist, false otherwise
+ */
+bool hotlist_has_url(nsurl *url);
+
+/**
* Redraw the hotlist.
*
* \param x X coordinate to render treeview at