summaryrefslogtreecommitdiff
path: root/frontends/gtk/toolbar.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-08-31 23:53:51 +0100
committerVincent Sanders <vince@kyllikki.org>2019-08-31 23:53:51 +0100
commit67892ba18f738224e8c5a6e4336b4fe9011c40dd (patch)
tree7f521ad8fd28d7dce2687adec8f030f81aeff547 /frontends/gtk/toolbar.h
parentd43df4b133335c62c6bc4d7c6d6a041ca1d7f62f (diff)
downloadnetsurf-67892ba18f738224e8c5a6e4336b4fe9011c40dd.tar.gz
netsurf-67892ba18f738224e8c5a6e4336b4fe9011c40dd.tar.bz2
make web search icon setting work properly
Diffstat (limited to 'frontends/gtk/toolbar.h')
-rw-r--r--frontends/gtk/toolbar.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/frontends/gtk/toolbar.h b/frontends/gtk/toolbar.h
index b89774ba2..c302194eb 100644
--- a/frontends/gtk/toolbar.h
+++ b/frontends/gtk/toolbar.h
@@ -70,6 +70,10 @@ nserror nsgtk_toolbar_throbber(struct nsgtk_toolbar *tb, bool active);
*/
nserror nsgtk_toolbar_set_url(struct nsgtk_toolbar *tb, nsurl *url);
+/**
+ * set the websearch image
+ */
+nserror nsgtk_toolbar_set_websearch_image(struct nsgtk_toolbar *tb, GdkPixbuf *pixbuf);
/**
* activate the handler for a toolbar item