void scrobbler_shutdown ( void   ) 

Shut down the AudioScrobbler submission thread.

Definition at line 646 of file scrobbler.c.

00647 {
00648         /* XXX: bring down the AudioScrobbler thread */
00649         g_mutex_lock(scrobbler_lock);
00650         scrobbler_queue_dump();
00651         g_mutex_unlock(scrobbler_lock);
00652 }

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:47 2010 for herrie by  doxygen 1.6.3