Set str_status to the current playback status. Definition at line 106 of file gui_playq.c. 00107 { 00108 if (fd == NULL) { 00109 str_status = _("Idle"); 00110 } else { 00111 if (paused) 00112 str_status = _("Paused"); 00113 else 00114 str_status = _("Playing"); 00115 } 00116 }
Here is the caller graph for this function:
![]() |
1.6.3