summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2018-07-23 10:47:26 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2018-07-23 10:47:26 +0100
commit09b015bf11be087bdc50e740c2f8ce6a6ff5853e (patch)
tree43cd3f15a99a0e1a646a446926d668454e1e3c2e /include
parentaa95a75332e274d102e6e9946d4c16ba27f7b532 (diff)
downloadnetsurf-09b015bf11be087bdc50e740c2f8ce6a6ff5853e.tar.gz
netsurf-09b015bf11be087bdc50e740c2f8ce6a6ff5853e.tar.bz2
Browser: Rename function to access bw URL.
Diffstat (limited to 'include')
-rw-r--r--include/netsurf/browser_window.h4
1 files changed, 2 insertions, 2 deletions
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.