void playq_cursong_seek ( int  len,
int  rel 
)

Seek the current played song.

Definition at line 360 of file playq.c.

00361 {
00362         int fl;
00363 
00364         fl = rel ? PF_SEEK_REL : PF_SEEK_ABS;
00365         playq_lock();
00366         playq_flags = (playq_flags & ~PF_SEEK) | fl;
00367         playq_seek_time = len;
00368         playq_unlock();
00369 
00370         g_cond_signal(playq_wakeup);
00371 }

Here is the call graph for this function:

Here is the caller graph for this function:

 All Data Structures Files Functions Variables Defines
Generated on Mon Mar 15 04:45:43 2010 for herrie by  doxygen 1.6.3