GNOME Bugzilla – Bug 727478
artist, title and prefix arguments in get_file should allow null values
Last modified: 2014-09-10 09:04:30 UTC
The function media_art_get_file checks for null values in artist, title and prefix arguments, and puts special values on them if they do. They should have the allow-none annotation so bindings could allow null values. Same with get_path which just calls get_file internally.
Created attachment 273449 [details] [review] Patch to add the necessary annotations
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.
Comment on attachment 273449 [details] [review] Patch to add the necessary annotations Thanks for the patch! :)