Remove the first item from our Scrobbler queue. Definition at line 145 of file scrobbler.c. 00146 { 00147 g_assert(scrobbler_queue_first != NULL); 00148 00149 if (scrobbler_queue_first == scrobbler_queue_last) 00150 scrobbler_queue_last = NULL; 00151 scrobbler_queue_first = scrobbler_queue_first->next; 00152 }
Here is the caller graph for this function:
![]() |
1.6.3