summaryrefslogtreecommitdiff
path: root/riscos/gui/url_bar.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/gui/url_bar.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/gui/url_bar.h')
-rw-r--r--riscos/gui/url_bar.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/riscos/gui/url_bar.h b/riscos/gui/url_bar.h
index c20dbf943..034f74df6 100644
--- a/riscos/gui/url_bar.h
+++ b/riscos/gui/url_bar.h
@@ -234,13 +234,13 @@ void ro_gui_url_bar_set_url(struct url_bar *url_bar, const char *url,
/**
- * Update urlbar's hotlist icon, if necessary.
+ * Update the state of a URL Bar's hotlist icon to reflect any changes to the
+ * URL or the contents of the hotlist.
*
* \param *url_bar The URL Bar to update.
- * \param *url URL with updated hotlist presence, or NULL if unknown.
*/
-void ro_gui_url_bar_hotlist_modifed(struct url_bar *url_bar, nsurl *url);
+void ro_gui_url_bar_update_hotlist(struct url_bar *url_bar);
/**