Bug 19695

Summary: webkit_web_view_get_settings clashes with gtk_widget_get_settings
Product: WebKit Reporter: Christian Dywan <christian>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: bugs-noreply, cgarcia, mrobinson
Priority: P2 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   

Christian Dywan
Reported 2008-06-20 13:02:24 PDT
webkit_web_view_get_settings clashes with gtk_widget_get_settings. This is not necessarily a problem in the C interface, however it might be confusing and more importantly in bindings that map something like foo.getSettings or foo.get_settings. I suggest to rename the accessor and property to actually refer to web_settings instead of settings.
Attachments
Martin Robinson
Comment 1 2012-02-20 14:31:12 PST
Carlos, here's another bindings issue that we should figure out how to fix for WebKit.
Carlos Garcia Campos
Comment 2 2012-02-20 23:36:54 PST
webkit_web_view_get_web_settings() makes sense in WebKit1 where settings object is WebKitWebSettings, but in WebKit2 is WebKitSettings. Don't have bindings a way to deal with this?
Note You need to log in before you can comment on or make changes to this bug.