void gui_playq_volume_down ( void   ) 

Decrement the volume and display the new value.

Definition at line 544 of file gui_playq.c.

00545 {
00546         int nval;
00547 
00548         nval = audio_output_volume_down();
00549         gui_playq_volume_show(nval);
00550 }

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