author | Max Kellermann <max@duempel.org> | |
Fri, 19 Sep 2008 14:25:28 +0000 (16:25 +0200) | ||
committer | Max Kellermann <max@duempel.org> | |
Fri, 19 Sep 2008 14:25:28 +0000 (16:25 +0200) | ||
commit | fac79e52e8347a26f8bbcc9d97d38ee3807d2805 | |
tree | ba8e71547c8e67c2c1bc9ecbdfa27675f103cf59 | tree | snapshot |
parent | 6bf491217a2543365118839d616933ba43879dda | commit | diff |
filelist: use GPtrArray instead of GList
Since we do a lot of indexed accesses to the filelist, a linked list
doesn't seem appropriate. Use GPtrArray instead.
Since we do a lot of indexed accesses to the filelist, a linked list
doesn't seem appropriate. Use GPtrArray instead.
src/filelist.c | diff | blob | history | |
src/filelist.h | diff | blob | history | |
src/mpdclient.c | diff | blob | history | |
src/screen_browser.c | diff | blob | history | |
src/utils.c | diff | blob | history |