void gui_playq_volume_up ( void   ) 

Increment the volume and display the new value.

Definition at line 535 of file gui_playq.c.

00536 {
00537         int nval;
00538 
00539         nval = audio_output_volume_up();
00540         gui_playq_volume_show(nval);
00541 }

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