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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 15 06:44:01 PST 2007


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





------- Comment #6 from xan.lopez at gmail.com  2007-12-15 06:44 PDT -------
Just a quick remark: AFAIK class_init can be called several times in a normal
program; according to the docs when the last instance of a class is destroyed
its class data is destroyed too, so the next instantiation would re-create the
class and thus call class_init again. (Probably doing a testcase would be the
best idea here :))

Anyway, it's probably good to ensure that the initialization will be only done
the first time, and not always.


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