[Webkit-unassigned] [Bug 40460] New: webkit_web_view_get_inspector needs introspection hints

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 10 20:18:20 PDT 2010


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

           Summary: webkit_web_view_get_inspector needs introspection
                    hints
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: alan at akbkhome.com


for gobject-introspection This needs adding to WebKit/gtk/webkit/webkitwebview.cpp

2985     * Returns: the #WebKitWebInspector instance associated with the
2986     * #WebKitWebView; %NULL is only returned if the argument is not a
2987     * valid #WebKitWebView.

change to 

.....................VVVVVVVVVVVVV.................

2985     * Returns: (transfer none): the #WebKitWebInspector instance associated with the
2986     * #WebKitWebView; %NULL is only returned if the argument is not a
2987     * valid #WebKitWebView.

see: http://live.gnome.org/GObjectIntrospection/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