static void gui_playq_volume_show ( int  nval  )  [static]

Show the result of the volume setting routines.

Definition at line 521 of file gui_playq.c.

00522 {
00523         char *str;
00524 
00525         if (nval < 0) {
00526                 gui_msgbar_warn(_("Failed to adjust the volume."));
00527         } else {
00528                 str = g_strdup_printf(_("Volume: %d%%"), nval);
00529                 gui_msgbar_warn(str);
00530                 g_free(str);
00531         }
00532 }

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