summaryrefslogtreecommitdiff
path: root/frontends/gtk/scaffolding.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-09-06 20:42:23 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2019-09-21 10:53:41 +0100
commitc7c89daff3f04d2ccc78905c128e7dfa938543d4 (patch)
tree35ebfb57f70c525f79199a81a3b01a5c058d4ac4 /frontends/gtk/scaffolding.h
parent46e1116aaa38793ff3a36fb5ff05e3be448df49f (diff)
downloadnetsurf-c7c89daff3f04d2ccc78905c128e7dfa938543d4.tar.gz
netsurf-c7c89daff3f04d2ccc78905c128e7dfa938543d4.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 */