comparison audacious/playlist.h @ 398:f908bcd87c3d trunk

[svn] Generate cache content on demand if it was not previously there.
author nenolod
date Sat, 07 Jan 2006 10:13:28 -0800
parents 99928e1275a1
children ffc5ab7b4b2c
comparison
equal deleted inserted replaced
397:4fa1244ad483 398:f908bcd87c3d
106 void playlist_fileinfo(guint pos); 106 void playlist_fileinfo(guint pos);
107 107
108 void playlist_delete_index(guint pos); 108 void playlist_delete_index(guint pos);
109 void playlist_delete_filenames(GList * filenames); 109 void playlist_delete_filenames(GList * filenames);
110 110
111 const PlaylistEntry *playlist_get_entry_to_play(); 111 PlaylistEntry *playlist_get_entry_to_play();
112 112
113 /* XXX this is for reverse compatibility --nenolod */ 113 /* XXX this is for reverse compatibility --nenolod */
114 const gchar *playlist_get_filename_to_play(); 114 const gchar *playlist_get_filename_to_play();
115 115
116 gchar *playlist_get_filename(guint pos); 116 gchar *playlist_get_filename(guint pos);