GNOME Bugzilla – Bug 645789
annotations for g_file_*_contents
Last modified: 2011-03-31 14:54:35 UTC
g_file_load_contents and friends are only semi-usable in python at the moment, as pygobject assumes that the 'contents' arg is null-terminated. Adding (array length=length) (element-type guint8) annotations fixes this.
Created attachment 184330 [details] [review] add annotations
Review of attachment 184330 [details] [review]: Looks fine. Lets commit this after the current code freeze.
Change of plans: lets commit this now, so we can have working cover art in 3.0
pushed to master as 95e7aa0
this change causes crashes in gnome-shell (bug 646333), which was relying on the previous (not entirely correct) annotations