strfuncs: Use a GPtrArray in strsplit()
This is more efficient and also much easier since we already have the memory allocated that we're going to return from the function. No need to do that ourselves or reverse a list.
This is more efficient and also much easier since we already have the memory allocated that we're going to return from the function. No need to do that ourselves or reverse a list.