Method

WebKit2Settingsset_default_charset

Declaration [src]

void
webkit_settings_set_default_charset (
  WebKitSettings* settings,
  const gchar* default_charset
)

Description [src]

Set the WebKitSettings:default-charset property.

Parameters

default_charset

Type: const gchar*

Default charset to be set.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.