Bug 167646 - [GTK] Add webkit_web_context_get_preferred_languages()
Summary: [GTK] Add webkit_web_context_get_preferred_languages()
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-31 09:15 PST by Michael Catanzaro
Modified: 2017-01-31 09:15 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Catanzaro 2017-01-31 09:15:45 PST
We have webkit_web_context_set_preferred_languages() but not webkit_web_context_get_preferred_languages(), which introduced the need for a silly workaround using g_object_set_data() to store languages on the WebKitWebContext in https://bugzilla.gnome.org/show_bug.cgi?id=777736 in order to get them later.