WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
263967
Incorrect documentation for webkit-cookie-manager-get-cookies-finish
https://bugs.webkit.org/show_bug.cgi?id=263967
Summary
Incorrect documentation for webkit-cookie-manager-get-cookies-finish
SyntevoAlex
Reported
2023-10-31 07:52:26 PDT
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
Attachments
Add attachment
proposed patch, testcase, etc.
Michael Catanzaro
Comment 1
2023-10-31 10:30:13 PDT
Thanks for reporting this.
Michael Catanzaro
Comment 2
2023-10-31 10:37:10 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/19782
EWS
Comment 3
2023-11-01 09:21:15 PDT
Committed
270058@main
(e57b85e56c4c): <
https://commits.webkit.org/270058@main
> Reviewed commits have been landed. Closing PR #19782 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug