plugins: use GQueue to restore GLib compatibility
commit6dfe5ce9420c3674e2e779339e72ce5d79ae70b9
authorThomas Martitz <kugel@rockbox.org>
Mon, 21 Sep 2015 21:51:54 +0000 (21 23:51 +0200)
committerColomban Wendling <ban@herbesfolles.org>
Tue, 6 Oct 2015 13:40:57 +0000 (6 15:40 +0200)
tree5c48142af89922c9b12ba940b90cd880940ab32c
parent7ac89deebdaf4052ed795495cfbbb8c35043a29f
plugins: use GQueue to restore GLib compatibility

g_ptr_array_insert() is too recent (2.40), but prepending is required. GQueue
is a fine replacement with better old-glib support, at the expense of working
with a doubly-linked list instead of plain array.
src/plugins.c
src/utils.h