Mercurial > audlegacy
diff ChangeLog @ 1231:502b369314c1 trunk
[svn] - InputPlugin class:
+ get_song_tuple(gchar *filename);
+ set_song_tuple(TitleInput *tuple);
- input_get_song_tuple() utility function to retrieve a songtuple/generic tuple
author | nenolod |
---|---|
date | Wed, 14 Jun 2006 20:49:47 -0700 |
parents | a5d5f404b933 |
children | 56b57ed0a136 |
line wrap: on
line diff
--- a/ChangeLog Wed Jun 14 19:03:23 2006 -0700 +++ b/ChangeLog Wed Jun 14 20:49:47 2006 -0700 @@ -1,3 +1,12 @@ +2006-06-15 02:03:23 +0000 William Pitcock <nenolod@nenolod.net> + revision [1374] + - attach a TitleInput tuple to the PlaylistEntry class. + + + Changes: Modified: + +7 -1 trunk/audacious/playlist.h + + 2006-06-15 01:46:43 +0000 William Pitcock <nenolod@nenolod.net> revision [1372] - Add TitleInput.length member.