From eea34922668e8dd5830d6633766aefc3f6e8b5a4 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 23 Nov 2013 15:30:26 +0000 Subject: Update hotlist indicator when current page is added to hotlist. --- riscos/toolbar.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'riscos/toolbar.h') diff --git a/riscos/toolbar.h b/riscos/toolbar.h index 583a5e765..284eee22d 100644 --- a/riscos/toolbar.h +++ b/riscos/toolbar.h @@ -385,6 +385,16 @@ void ro_toolbar_set_url(struct toolbar *toolbar, const char *url, 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. -- cgit v1.2.3