Skip to content

Instantly share code, notes, and snippets.

@AeroNotix
Created August 11, 2014 16:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AeroNotix/89868cea95a7ecab5acf to your computer and use it in GitHub Desktop.
Save AeroNotix/89868cea95a7ecab5acf to your computer and use it in GitHub Desktop.
WEBKIT_API WebKitSettings *
webkit_settings_new_with_settings (const gchar *first_setting_name,
...);
WEBKIT_API gboolean
webkit_settings_get_enable_javascript (WebKitSettings *settings);
WEBKIT_API void
webkit_settings_set_enable_javascript (WebKitSettings *settings,
gboolean enabled);
WEBKIT_API gboolean
webkit_settings_get_auto_load_images (WebKitSettings *settings);
WEBKIT_API void
webkit_settings_set_auto_load_images (WebKitSettings *settings,
gboolean enabled);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment