diff ChangeLog @ 1232:56b57ed0a136 trunk

[svn] - use tuples internally
author nenolod
date Wed, 14 Jun 2006 20:58:37 -0700
parents 502b369314c1
children 47a8833c2b01
line wrap: on
line diff
--- a/ChangeLog	Wed Jun 14 20:49:47 2006 -0700
+++ b/ChangeLog	Wed Jun 14 20:58:37 2006 -0700
@@ -1,3 +1,17 @@
+2006-06-15 03:49:47 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [1376]
+  - InputPlugin class:
+  + get_song_tuple(gchar *filename);
+  + set_song_tuple(TitleInput *tuple);
+  - input_get_song_tuple() utility function to retrieve a songtuple/generic tuple
+  
+
+  Changes:        Modified:
+  +37 -0          trunk/audacious/input.c  
+  +1 -0           trunk/audacious/input.h  
+  +4 -1           trunk/audacious/plugin.h  
+
+
 2006-06-15 02:03:23 +0000  William Pitcock <nenolod@nenolod.net>
   revision [1374]
   - attach a TitleInput tuple to the PlaylistEntry class.