summaryrefslogtreecommitdiff
path: root/riscos/toolbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/toolbar.h')
-rw-r--r--riscos/toolbar.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/riscos/toolbar.h b/riscos/toolbar.h
index 583a5e765..284eee22d 100644
--- a/riscos/toolbar.h
+++ b/riscos/toolbar.h
@@ -386,6 +386,16 @@ const char *ro_toolbar_get_url(struct toolbar *toolbar);
/**
+ * Update toolbar's urlbar hotlist icon, if necessary.
+ *
+ * \param *toolbar The toolbar to update.
+ * \param *url URL with updated hotlist presence, or NULL if unknown.
+ */
+
+void ro_toolbar_hotlist_modifed(struct toolbar *toolbar, nsurl *url);
+
+
+/**
* Return the current work area coordinates of the URL and favicon field's
* bounding box.
*