GNOME Bugzilla – Bug 752044
Warn and ignore return annotations when there is no return value
Last modified: 2015-10-04 21:35:36 UTC
Currently return annotations are allowed when there is no return value. This can cause the .gir to contain invalid data which would likely cause a crash.
Created attachment 306969 [details] [review] scanner: Warn and ignore return annotations when there is no return value
Created attachment 306974 [details] [review] scanner: Warn and ignore return annotations when there is no return value v2 Updated codegen to avoid writing docs for non-existent return values, this was breaking the everything tests. They should really get generated more often...
Review of attachment 306974 [details] [review]: Looks good.
Applied, thank you! https://git.gnome.org/browse/gobject-introspection/commit/?id=09c466f0184e74ba6f279f103ad3be3a7e1f2a06