Seek the current song by a certain amount of time. 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:
![]() |
1.6.3