summaryrefslogtreecommitdiff
path: root/frontends/gtk/scaffolding.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-09-06 20:42:23 +0100
committerVincent Sanders <vince@kyllikki.org>2019-09-06 20:42:23 +0100
commit969eaefc49c177525e0b602150aa430e9c8b1c51 (patch)
tree47f90ac1704edb5497e7fa7e760176a0f12bb1ed /frontends/gtk/scaffolding.h
parentc1acd4b7ac4ab0ee42ece7da9e9b242eec34b3b4 (diff)
downloadnetsurf-969eaefc49c177525e0b602150aa430e9c8b1c51.tar.gz
netsurf-969eaefc49c177525e0b602150aa430e9c8b1c51.tar.bz2
allow toolbar customisation to open a tab
Diffstat (limited to 'frontends/gtk/scaffolding.h')
-rw-r--r--frontends/gtk/scaffolding.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/frontends/gtk/scaffolding.h b/frontends/gtk/scaffolding.h
index 89212a351..42ae6b6be 100644
--- a/frontends/gtk/scaffolding.h
+++ b/frontends/gtk/scaffolding.h
@@ -145,14 +145,13 @@ void nsgtk_scaffolding_set_sensitivity(struct nsgtk_scaffolding *g);
*/
void nsgtk_scaffolding_context_menu(struct nsgtk_scaffolding *g, gdouble x, gdouble y);
-/* core acessors */
/**
* set the title in the window
*
* \param gw The gui window to set title on
* \param title The title to set which may be NULL
*/
-void nsgtk_window_set_title(struct gui_window *gw, const char *title);
+void nsgtk_scaffolding_set_title(struct gui_window *gw, const char *title);
#endif /* NETSURF_GTK_SCAFFOLDING_H */