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