[Webkit-unassigned] [Bug 263967] New: Incorrect documentation for webkit-cookie-manager-get-cookies-finish

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 31 07:52:26 PDT 2023


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

            Bug ID: 263967
           Summary: Incorrect documentation for
                    webkit-cookie-manager-get-cookies-finish
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: alexandr.miloslavskiy at syntevo.com
                CC: bugs-noreply at webkitgtk.org

These two functions:
* webkit_cookie_manager_get_cookies_finish
* webkit_cookie_manager_get_all_cookies_finish

are incorrectly documented to "return value is a #GSList", whereas it actually returns GList.
This is not a mere typo, because GSList is also an existing type.

The incorrect documentation existed ever since the code was introduced in e07cfc0d.

This actually fooled some people, see for example:
https://github.com/eclipse-platform/eclipse.platform.swt/issues/842

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20231031/fa906a30/attachment.htm>


More information about the webkit-unassigned mailing list