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:
![]() |
1.6.3