summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2015-07-26 18:09:25 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2015-10-24 15:12:57 +0100
commit27adf07fb7752ede0d3a5f874d7c85f2e71c47c2 (patch)
tree6d0955ab0306f4f7fcc139199603fc479d07ef53 /utils
parent65b510fbc3ad822ab8c75e6d94eaee5b6ceb07a4 (diff)
downloadnetsurf-27adf07fb7752ede0d3a5f874d7c85f2e71c47c2.tar.gz
netsurf-27adf07fb7752ede0d3a5f874d7c85f2e71c47c2.tar.bz2
Update gtk frontend to new API
Diffstat (limited to 'utils')
-rw-r--r--utils/nsurl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/nsurl.h b/utils/nsurl.h
index 383b35711..85e46dfd6 100644
--- a/utils/nsurl.h
+++ b/utils/nsurl.h
@@ -183,7 +183,7 @@ const char *nsurl_access(const nsurl *url);
/**
* Access a NetSurf URL object as a UTF-8 string (for human readable IDNs)
*
- * \param url NetSurf URL to retrieve a string pointer for.
+ * \param url NetSurf URL object
* \param url_s Returns a url string
* \param url_l Returns length of url_s
* \return NSERROR_OK on success, appropriate error otherwise