summaryrefslogtreecommitdiff
path: root/riscos/toolbar.h
diff options
context:
space:
mode:
authorSteve Fryatt <stevef@netsurf-browser.org>2013-12-30 15:41:38 +0000
committerSteve Fryatt <stevef@netsurf-browser.org>2013-12-30 15:41:38 +0000
commit6300c7ed90b472dc9a5f21d8054fd2e2689c8c9a (patch)
tree29969a49d4c25af43ca9c1ad3e5ce58409850e3c /riscos/toolbar.h
parent1019692b882860bcae923fedb23269cbd2f0121b (diff)
downloadnetsurf-6300c7ed90b472dc9a5f21d8054fd2e2689c8c9a.tar.gz
netsurf-6300c7ed90b472dc9a5f21d8054fd2e2689c8c9a.tar.bz2
Tidy up hotlist icon interfaces and make consistant with rest of toolbar.
Diffstat (limited to 'riscos/toolbar.h')
-rw-r--r--riscos/toolbar.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/riscos/toolbar.h b/riscos/toolbar.h
index 284eee22d..e568b8c23 100644
--- a/riscos/toolbar.h
+++ b/riscos/toolbar.h
@@ -386,13 +386,13 @@ const char *ro_toolbar_get_url(struct toolbar *toolbar);
/**
- * Update toolbar's urlbar hotlist icon, if necessary.
+ * Update the state of a toolbar's URL Bar hotlist icon to reflect any changes
+ * to the URL or the hotlist contents.
*
* \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);
+void ro_toolbar_update_hotlist(struct toolbar *toolbar);
/**