[Webkit-unassigned] [Bug 68371] [GTK][WEBKIT2] Add WebKitWebSettings GTK+ API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 20 06:19:48 PDT 2011


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





--- Comment #8 from Carlos Garcia Campos <cgarcia at igalia.com>  2011-09-20 06:19:48 PST ---
(In reply to comment #7)
> >  - It would be nice to have getters and setters for all properties
> I will submit another patch with remaining properties (to match with the preferences exposed in WKPreferences.h), since the size of this patch is already ~35K.

I meant having webkit_web_settings_get_foo() and webkit_web_settings_set_foo() for the properties already added. Using g_object_get/set is convenient when getting/setting more than one property at the same time, but they are more inefficient and error prone (you can mispell the property name and it would still build).

-- 
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