From c14ddad660d3c07f8dbdc8f8db902e5767821d9c Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 2 Nov 2014 22:30:45 +0000 Subject: change url setting api to take an nsurl instead of a text string --- gtk/scaffolding.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gtk/scaffolding.h') diff --git a/gtk/scaffolding.h b/gtk/scaffolding.h index 07433bffa..7d21a68d7 100644 --- a/gtk/scaffolding.h +++ b/gtk/scaffolding.h @@ -26,6 +26,7 @@ struct bitmap; struct hlcache_handle; struct gui_window; struct gui_search_web_table; +struct nsurl; extern struct gui_search_web_table *nsgtk_search_web_table; @@ -235,7 +236,7 @@ nserror nsgtk_scaffolding_new_tab(struct gui_window *gw); /* core acessors */ void gui_window_set_title(struct gui_window *g, const char *title); -nserror gui_window_set_url(struct gui_window *g, const char *url); +nserror gui_window_set_url(struct gui_window *g, struct nsurl *url); void gui_window_start_throbber(struct gui_window *g); void gui_window_stop_throbber(struct gui_window *g); -- cgit v1.2.3