After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 729834 - gdk: missing (nullable) annotations on return values
gdk: missing (nullable) annotations on return values
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2014-05-08 20:01 UTC by Evan Nemerson
Modified: 2014-05-11 15:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gdk: add many missing (nullable) return value annotations (25.34 KB, patch)
2014-05-08 20:01 UTC, Evan Nemerson
committed Details | Review

Description Evan Nemerson 2014-05-08 20:01:43 UTC
Created attachment 276196 [details] [review]
gdk: add many missing (nullable) return value annotations

This is just what I found from looking through all the "Returns:" tags for mentions of NULL being a potential value—it should be a good start.
Comment 1 Matthias Clasen 2014-05-09 00:33:57 UTC
Review of attachment 276196 [details] [review]:

Looks fine to me.
Comment 2 Matthias Clasen 2014-05-11 15:54:56 UTC
Attachment 276196 [details] pushed as 38d2458 - gdk: add many missing (nullable) return value annotations