summaryrefslogtreecommitdiff
path: root/desktop/gui_window.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-02 22:30:45 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-02 22:30:45 +0000
commitc14ddad660d3c07f8dbdc8f8db902e5767821d9c (patch)
tree3cc9e9b437b9409185dbde7f9dce236c5b31b18e /desktop/gui_window.h
parent03abea12a76db9be29c6a56e453cadebc05983d6 (diff)
downloadnetsurf-c14ddad660d3c07f8dbdc8f8db902e5767821d9c.tar.gz
netsurf-c14ddad660d3c07f8dbdc8f8db902e5767821d9c.tar.bz2
change url setting api to take an nsurl instead of a text string
Diffstat (limited to 'desktop/gui_window.h')
-rw-r--r--desktop/gui_window.h2
1 files changed, 1 insertions, 1 deletions
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.