[Webkit-unassigned] [Bug 16042] [GTK] Eliminate webkit_init()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 14 07:09:33 PST 2007


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





------- Comment #4 from jasuarez at igalia.com  2007-12-14 07:09 PDT -------
(In reply to comment #3)
> Do we want to keep around the entry point for a while as a g_warning() no-op?
> We might want to consider creating a small deprecation cycle here since the
> last API changes left some users upset.

Is there any "way" to put a function in deprecated mode? You're right that
dropping webkit_init function from api may upset some users.

> 
> Do we want to keep the static initialisation code in a private function so it
> can be called by other initialisers so it's easier to call when we add
> non-visual View/Frame classes?

It looks good for me having a private initialization function. Mainly to init
database paths, as at least in other ports it is in a different function.


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