From 09b015bf11be087bdc50e740c2f8ce6a6ff5853e Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 23 Jul 2018 10:47:26 +0100 Subject: Browser: Rename function to access bw URL. --- include/netsurf/browser_window.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/netsurf/browser_window.h b/include/netsurf/browser_window.h index 6c44e161f..c3ff7997e 100644 --- a/include/netsurf/browser_window.h +++ b/include/netsurf/browser_window.h @@ -200,14 +200,14 @@ bool browser_window_up_available(struct browser_window *bw); nserror browser_window_navigate_up(struct browser_window *bw, bool new_window); /** - * Get a browser window's URL. + * Access a browser window's URL. This URL is always without any fragment. * * \param bw browser window * \return pointer to nsurl. Doesn't create a ref for caller. * * \note guaranteed to return a valid nsurl ptr, never returns NULL. */ -struct nsurl* browser_window_get_url(struct browser_window *bw); +struct nsurl* browser_window_access_url(struct browser_window *bw); /** * Get the title of a browser_window. -- cgit v1.2.3