diff audacious/playlist.h @ 1584:2229b67f1b89 trunk

[svn] - xspf stores all meta data in tuples now. - at load time, tuple for each entry in a playlist can be constructed from xspf. it means no read access to meta data in each data file is needed.
author yaz
date Sat, 19 Aug 2006 12:28:56 -0700
parents 51c1bf500d3f
children fed902161f2a
line wrap: on
line diff
--- a/audacious/playlist.h	Fri Aug 18 14:56:52 2006 -0700
+++ b/audacious/playlist.h	Sat Aug 19 12:28:56 2006 -0700
@@ -175,4 +175,9 @@
                                    const gchar * playlist_name, gint pos,
                                    const gchar * title, gint len);
 
+extern void playlist_load_ins_file_tuple(const gchar * filename_p,
+					 const gchar * playlist_name, gint pos,
+					 TitleInput *tuple);
+
+
 #endif