Mercurial > audlegacy
diff libaudacious/beepctrl.h @ 984:bcd1ebd0a7c1 trunk
[svn] - jumptofile and queue support fun
| author | nhjm449 |
|---|---|
| date | Fri, 28 Apr 2006 22:46:00 -0700 |
| parents | cb178e5ad177 |
| children | c70b68bcf527 |
line wrap: on
line diff
--- a/libaudacious/beepctrl.h Fri Apr 28 22:44:06 2006 -0700 +++ b/libaudacious/beepctrl.h Fri Apr 28 22:46:00 2006 -0700 @@ -101,6 +101,12 @@ /* Added in BMP 0.9.7 */ void xmms_remote_activate(gint session); +/* Added in Audacious 1.1 */ + void xmms_remote_show_jtf_box(gint session); + void xmms_remote_playqueue_clear(gint session); + gboolean xmms_remote_playqueue_is_queued(gint session, gint pos); + gint xmms_remote_get_playqueue_position(gint session, gint pos); + gint xmms_remote_get_playqueue_queue_position(gint session, gint pos); #ifdef __cplusplus };
