[Webkit-unassigned] [Bug 44565] New: [GTK] WebKitGTK+ needs proper introspection annotation for most types and methods

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 24 17:02:07 PDT 2010


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

           Summary: [GTK] WebKitGTK+ needs proper introspection annotation
                    for most types and methods
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gns at gnome.org
                CC: mrobinson at webkit.org


That's about it. Code such as this makes programs written using Introspection crash:

from gi.repository import WebKit

wv = WebKit.WebView()
settings = wv.get_settings()
settings = wv.get_settings()

Because the introspection information that is generated naively assumes that get_settings returns a new ref, and unrefs it. Assuming ownership and transfer information is just dumb IMO, but not really important for this bug - I'll use this bug to drop many patches implementing proper annotations.

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