RESOLVED DUPLICATE of bug 152826156452
Missing (nullable) annotation in webkit_web_view_get_uri
https://bugs.webkit.org/show_bug.cgi?id=156452
Summary Missing (nullable) annotation in webkit_web_view_get_uri
Iñaki García Etxebarria
Reported 2016-04-10 08:04:10 PDT
webkit_web_view_get_uri can return NULL, but it is not annotated accordingly. This is a problem for bindings which represent nullability at the type level, such as Haskell. (By the way, there is handy script in https://bugzilla.gnome.org/show_bug.cgi?id=753520 that helps in finding such missing annotations.)
Attachments
Michael Catanzaro
Comment 1 2016-04-10 09:08:18 PDT
Thanks for pointing this out, let's track it in bug #152826. *** This bug has been marked as a duplicate of bug 152826 ***
Note You need to log in before you can comment on or make changes to this bug.