summaryrefslogtreecommitdiff
path: root/riscos/toolbar.h
diff options
context:
space:
mode:
authorSteve Fryatt <stevef@netsurf-browser.org>2013-12-30 16:20:37 +0000
committerSteve Fryatt <stevef@netsurf-browser.org>2013-12-30 16:20:37 +0000
commitf64c8ed9ef976618d36f7e07285e4755c0c9c11c (patch)
treea7fc6299005511e9a10abcb88c3a5a22334ff855 /riscos/toolbar.h
parent6300c7ed90b472dc9a5f21d8054fd2e2689c8c9a (diff)
downloadnetsurf-f64c8ed9ef976618d36f7e07285e4755c0c9c11c.tar.gz
netsurf-f64c8ed9ef976618d36f7e07285e4755c0c9c11c.tar.bz2
Update the URL hotlist icon when entries are deleted from the hotlist.
This does not currently spot entries which are edited.
Diffstat (limited to 'riscos/toolbar.h')
-rw-r--r--riscos/toolbar.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/riscos/toolbar.h b/riscos/toolbar.h
index e568b8c23..336f95d15 100644
--- a/riscos/toolbar.h
+++ b/riscos/toolbar.h
@@ -386,6 +386,13 @@ const char *ro_toolbar_get_url(struct toolbar *toolbar);
/**
+ * Update the state of the URL Bar hotlist icons in all open toolbars.
+ */
+
+void ro_toolbar_update_all_hotlists(void);
+
+
+/**
* Update the state of a toolbar's URL Bar hotlist icon to reflect any changes
* to the URL or the hotlist contents.
*