Function
WebKit2uri_for_display
since: 2.24
Declaration [src]
gchar*
webkit_uri_for_display (
const gchar* uri
)
Description [src]
Use this function to format a URI for display.
The URIs used internally by WebKit may contain percent-encoded characters or Punycode, which are not generally suitable to display to users. This function provides protection against IDN homograph attacks, so in some cases the host part of the returned URI may be in Punycode if the safety check fails.
Available since: 2.24