From b37fdcd7e2fbb1fd820efc158b79fcbde3c276ca Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 29 Sep 2019 21:46:23 +0100 Subject: re-indent browser window and cleanup comments no functional change --- include/netsurf/browser_window.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'include/netsurf/browser_window.h') diff --git a/include/netsurf/browser_window.h b/include/netsurf/browser_window.h index 0b140521f..9bb191c3f 100644 --- a/include/netsurf/browser_window.h +++ b/include/netsurf/browser_window.h @@ -300,10 +300,11 @@ void browser_window_stop(struct browser_window *bw); /** * Reload the page in a browser window. * - * \param bw browser window - * \param all whether to reload all objects associated with the page + * \param bw browser window + * \param all whether to reload all objects associated with the page + * \return NSERROR_OK on success else error code. */ -void browser_window_reload(struct browser_window *bw, bool all); +nserror browser_window_reload(struct browser_window *bw, bool all); /** -- cgit v1.2.3