static void gui_input_quit ( void   )  [static]

Properly shutdown the application by stopping playback and destroying the GUI.

Definition at line 81 of file gui_input.c.

00082 {
00083         shutting_down = 1;
00084 
00085         playq_shutdown();
00086 #ifdef BUILD_SCROBBLER
00087         scrobbler_shutdown();
00088 #endif /* BUILD_SCROBBLER */
00089         audio_output_close();
00090         gui_draw_destroy();
00091         exit(0);
00092 }

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