summaryrefslogtreecommitdiff
path: root/desktop/gui_window.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-10-29 00:17:11 +0000
committerVincent Sanders <vince@kyllikki.org>2014-10-29 00:18:12 +0000
commit7ace528729c37d665e269c8a76991739c9437088 (patch)
treec6e6d60655da38fecd8f9bd74980b01f402715e8 /desktop/gui_window.h
parent4b941297aaa8de2b092b6b799fcfc91d6e0e4782 (diff)
downloadnetsurf-7ace528729c37d665e269c8a76991739c9437088.tar.gz
netsurf-7ace528729c37d665e269c8a76991739c9437088.tar.bz2
Update url setting API to return nserror code instead of calling warn_user
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 e503d4b86..38432f567 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.
*/
- void (*set_url)(struct gui_window *gw, const char *url);
+ nserror (*set_url)(struct gui_window *gw, const char *url);
/**
* Set a favicon for a gui window.