[Webkit-unassigned] [Bug 71111] [GTK] Add webkit_settings_new_with_settings() to WebKit2 GTK+ API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 2 00:45:02 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=71111





--- Comment #8 from Carlos Garcia Campos <cgarcia at igalia.com>  2011-11-02 00:45:01 PST ---
Every foo_new() method overlaps g_object_new(), in most the cases, calling g_object_new() is the only thing it does. With this simple api is pretty obvious that you can create a settings object with some initial settings, because the function name says that and because it's documented. Ephy, midori and yelp do webkit_web_setting_new() + g_object_set(), and I bet all other apps using webkitgtk do the same.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list