[Webkit-unassigned] [Bug 77835] New: [gobject-introspection] Missing scope annotations for add/remove_event_listener

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 5 09:04:14 PST 2012


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

           Summary: [gobject-introspection] Missing scope annotations for
                    add/remove_event_listener
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: anthony at xtfx.me


(unsure how to select proper version ... WebkitGTK 1.6.1)

add/remove_event_listener are missing scope annotations, as reported by g-ir-scanner during build:

DerivedSources/webkit/WebKitDOMEventTarget.h:62: Warning: WebKit: webkit_dom_event_target_add_event_listener: argument handler: Missing (scope)     
annotation for callback without GDestroyNotify (valid: call, async)
DerivedSources/webkit/WebKitDOMEventTarget.h:68: Warning: WebKit: webkit_dom_event_target_remove_event_listener: argument handler: Missing (scope)
annotation for callback without GDestroyNotify (valid: call, async)

... which causes those two methods to be marked `introspection=0`, and thus prevents all DOM event handling by GObject based bindings (Python in this case)

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