GNOME Bugzilla – Bug 744830
autocleanups: Add GArray and GPtrArray
Last modified: 2015-02-20 12:09:25 UTC
Not sure how these were omitted. Probably few people are really using this yet...and we don't have test cases (that's in the other patch).
Created attachment 297343 [details] [review] autocleanups: Add GArray and GPtrArray
Review of attachment 297343 [details] [review]: I left these out because I didn't know that we had _unref() for them and I knew that the non-standard _free function would be a problem. GByteArray as well, btw.