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 --- desktop/gui_window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/gui_window.h') diff --git a/desktop/gui_window.h b/desktop/gui_window.h index 38432f567..a8071a4e9 100644 --- a/desktop/gui_window.h +++ b/desktop/gui_window.h @@ -184,7 +184,7 @@ struct gui_window_table { * \param gw window to update. * \param url The url to use as icon. */ - nserror (*set_url)(struct gui_window *gw, const char *url); + nserror (*set_url)(struct gui_window *gw, struct nsurl *url); /** * Set a favicon for a gui window. -- cgit v1.2.3