GNOME Bugzilla – Bug 729752
Add missing (nullable) annotations on return values
Last modified: 2014-05-08 16:31:07 UTC
Created attachment 276109 [details] [review] introspection: add many missing Returns: (nullable) annotations Now that bug #660879 has been fixed, I'm trying to go through and add the missing annotations. I've never used ATK, so I'm not too familiar with the API, but I've gone through all of the Returns tags and, where there is text mentioning a potential NULL return value, I've added a (nullable) annotation. I'm sure there are other functions which may return NULL but I doubt I have added annotations where they aren't appropriate, so this should be safe.
Review of attachment 276109 [details] [review]: Looks good to me. Thanks.
(In reply to comment #1) > Review of attachment 276109 [details] [review]: > > Looks good to me. Thanks. Just a comment: please include the bug number on the commit message when you push it. Thanks.