aboutsummaryrefslogblamecommitdiffstats
path: root/TODO
blob: d27f35005c59377a96e67b1170191b44e5a33eab (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
 
         
                   


               




                                                      
                                                                   
     


 

 
Features:
* remote playlists 
* search screen
* id3 browser

Glib
* replace snprintf with g_snprintf or g_strdup_printf 
* replace strcat with g_strlcat or g_strconcat()
* replace strncpy with g_strlcpy 
* replace strstr with g_strrstr 
* replace vsnprintf with g_vsprintf or g_strdup_vprintf(format,ap);
* ...