Mercurial > audlegacy
changeset 3126:ce5c6a5d64e2 trunk
Add new probe_for_tuple() function. Replaces all old probing interfaces.
author | William Pitcock <nenolod@atheme-project.org> |
---|---|
date | Fri, 20 Jul 2007 18:55:15 -0500 |
parents | 3eb465d93e1d |
children | c92070f10148 |
files | src/audacious/plugin.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/audacious/plugin.h Fri Jul 20 10:21:24 2007 -0500 +++ b/src/audacious/plugin.h Fri Jul 20 18:55:15 2007 -0500 @@ -240,6 +240,7 @@ /* Added in Audacious 1.4.0 */ void (*mseek) (InputPlayback * playback, gulong millisecond); + TitleInput *(*probe_for_tuple)(gchar *uri, VFSFile *fd); }; struct _GeneralPlugin {