Method
WebKit2WebViewset_custom_charset
Declaration [src]
void
webkit_web_view_set_custom_charset (
WebKitWebView* web_view,
const gchar* charset
)
Description [src]
Sets the current custom character encoding override of web_view
.
The custom character encoding will override any text encoding detected via HTTP headers or
META tags. Calling this method will stop any current load operation and reload the
current page. Setting the custom character encoding to NULL
removes the character
encoding override.