[Webkit-unassigned] [Bug 243663] [GLib] Most public types should be final; most class structs should be private

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 23 05:44:14 PST 2023


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

Adrian Perez <aperez at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|webkit-unassigned at lists.web |aperez at igalia.com
                   |kit.org                     |

--- Comment #2 from Adrian Perez <aperez at igalia.com> ---
(In reply to Michael Catanzaro from comment #0)
> In the new API, most public API types should be final (non-derivable) and
> their class structs should be private (move from header file to source
> file). Only classes that we know need to be subclassed should be derivable.
> That includes WebKitWebView for sure. Maybe nothing else?

At least we also want to leave WebKitInputMethodContext as derivable:
https://webkitgtk.org/reference/webkit2gtk/unstable/class.InputMethodContext.html

(Unless we think the API needs to be different going forward, that is).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230123/3a30570e/attachment-0001.htm>


More information about the webkit-unassigned mailing list