[Webkit-unassigned] [Bug 135407] New: [EFL] Do not initialize g_type system explicitly in the ewk_init()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 29 21:05:22 PDT 2014


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

           Summary: [EFL] Do not initialize g_type system explicitly in
                    the ewk_init()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jinwoo7.song at samsung.com
                CC: demarchi at webkit.org


EFL build requires glib version 2.38 but g_type_init() has been deprecated since version 2.36.
As the type system is initialized automatically since version 2.36, we do not need to call g_type_init() in the ewk_init().

https://developer.gnome.org/gobject/unstable/gobject-Type-Information.html#g-type-init

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



More information about the webkit-unassigned mailing list