Home
last modified time | relevance | path

Searched refs:have_background_jobs (Results 1 – 4 of 4) sorted by relevance

/dports/audio/deadbeef/deadbeef-0.7.2/
H A Dplugins.h152 have_background_jobs (void);
H A Dplugins.c408 .have_background_jobs = have_background_jobs,
1472 have_background_jobs (void) { in have_background_jobs() function
H A Ddeadbeef.h1076 int (*have_background_jobs) (void); member
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gtkui/
H A Dgtkui.c1223 if (deadbeef->have_background_jobs ()) { in gtkui_quit_cb()