GNOME Bugzilla – Bug 731022
Missing nullability annotations
Last modified: 2014-10-16 20:24:06 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.
Humm. Is "nullable" a valid annotation? I can only see "allow-none": https://wiki.gnome.org/DieterVerfaillie/Annotations#Nullable_parameters
Yes. allow-none has been replaced by nullable and optional. See https://wiki.gnome.org/Projects/GObjectIntrospection/Annotations and bug #660879.
Thanks. Feel free to commit.