diff src/audacious/plugin.h @ 3971:b0ae5dbd2f53

- add subtune support to on demand probing. - add new boolean member "have_subtune" to InputPlugin structure. plugins which support subtune shall set this.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Sun, 18 Nov 2007 21:39:28 +0900
parents b2fc92d3b2dd
children 26c503cdce58
line wrap: on
line diff
--- a/src/audacious/plugin.h	Sun Nov 18 14:49:52 2007 +0900
+++ b/src/audacious/plugin.h	Sun Nov 18 21:39:28 2007 +0900
@@ -1077,6 +1077,10 @@
     /* Added in Audacious 1.4.0 */
     void (*mseek) (InputPlayback * playback, gulong millisecond);
     Tuple *(*probe_for_tuple)(gchar *uri, VFSFile *fd);
+
+    /* Added in Audacious 1.4.1 */
+    gboolean have_subtune;
+
 };
 
 struct _GeneralPlugin {