get_settings


Description:

public unowned Settings get_settings ()

Gets the Settings currently applied to this.

If no other Settings have been explicitly applied to this with set_settings, the default Settings will be returned. This method always returns a valid Settings object. To modify any of the this settings, you can either create a new Settings object with Settings, setting the desired preferences, and then replace the existing this settings with set_settings or get the existing this settings and update it directly. Settings objects can be shared by multiple WebView<!-- -->s, so modifying the settings of a WebView would affect other WebView<!-- -->s using the same Settings.

Parameters:

this

a WebView

Returns:

the Settings attached to this