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 731022 - Missing nullability annotations
Missing nullability annotations
Status: RESOLVED FIXED
Product: pango
Classification: Platform
Component: general
unspecified
Other Linux
: Normal minor
: ---
Assigned To: pango-maint
pango-maint
Depends on:
Blocks:
 
 
Reported: 2014-05-31 02:25 UTC by Evan Nemerson
Modified: 2014-10-16 20:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add many missing nullability annotations. (57.47 KB, patch)
2014-05-31 02:25 UTC, Evan Nemerson
committed Details | Review

Description Evan Nemerson 2014-05-31 02:25:31 UTC
Created attachment 277593 [details] [review]
Add many missing nullability annotations.

Attached patch is just based on searching for "%NULL", so I'm sure there are still some missing, but this should help.
Comment 1 Behdad Esfahbod 2014-06-03 21:33:28 UTC
Humm.  Is "nullable" a valid annotation?  I can only see "allow-none":

https://wiki.gnome.org/DieterVerfaillie/Annotations#Nullable_parameters
Comment 2 Evan Nemerson 2014-06-03 22:11:36 UTC
Yes.  allow-none has been replaced by nullable and optional.  See https://wiki.gnome.org/Projects/GObjectIntrospection/Annotations and bug #660879.
Comment 3 Behdad Esfahbod 2014-10-15 06:01:42 UTC
Thanks.  Feel free to commit.