GNOME Bugzilla – Bug 789934
Add nullable return introspection annotation for gdk_pixbuf_scale_simple
Last modified: 2017-11-28 15:16:41 UTC
Created attachment 363015 [details] [review] Patch fixing the introspection annotation The return value for gdk_pixbuf_scale_simple can be NULL. This is documented correctly, but there is no corresponding introspection annotation.
Created attachment 364570 [details] [review] gdk-pixbuf-scale: Fix retval introspection for scale_simple() Add nullable return introspection annotation for gdk_pixbuf_scale_simple() as per existing API documentation.
Attachment 364570 [details] pushed as f7c87d1 - gdk-pixbuf-scale: Fix retval introspection for scale_simple()