[Webkit-unassigned] [Bug 15691] [GTK] Public API does not follow GTK+ conventions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 25 12:53:50 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=15691


christian at twotoasts.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |christian at twotoasts.de




------- Comment #11 from christian at twotoasts.de  2007-11-25 12:53 PDT -------
>   WebKitWebView
>   WebKitWebFrame
>   WebKitNetworkRequest
> 
>   WebKitWebFrame *
>   webkit_web_view_get_main_frame (WebKitWebView *view);

This looks like a very nice scheme.

However shouldn't it be WebkitWebView to actually match webkit_web_view_new
speaking of capitalization?

I would also like to see WebkitWebView* treated like a widget unlike
WebKitPage* currently. For example:

 WebKitPage* webkit_page_new

should be

 GtkWidget* webkit_web_view_new


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



More information about the webkit-unassigned mailing list