In article <[email protected]>, Michael Drake <[email protected]> wrote:
> Currently to get a url as a string, you have to call nsurl_get which > allocates space for and builds a new url string from components. > Perhaps we could keep a copy of the full url inside the nsurl and return > a pointer to it. This functionality is now available via nsurl_access. > Probably need to look at how nsurl object copying works. I think > perhaps making a nsurl_ref and replacing nsurl_destroy with nsurl_unref > would be best. This has been done. -- Michael Drake (tlsa) http://www.netsurf-browser.org/
