tsmux: Replace streams GArray with GPtrArray and remove program_array_index
Some small internal improvements:
-
GPtrArray
is more appropriate for a pointer array. -
program_array_index
is only used for removal. Let's just scan the array.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Some small internal improvements:
GPtrArray
is more appropriate for a pointer array.program_array_index
is only used for removal. Let's just scan the array.