My first time with GPtrArray
As a followup to a discussion in !335 (comment 352831), @3v1n0 opened glib#1595 (closed), where it was mentioned that GPtrArray would be a better alternative to GList.
I wanted to get a feel of how using GPtrArray is like, so I ended up doing this.