From aa7b6ad5b0e94004a0e27007fcdf807baa34bce0 Mon Sep 17 00:00:00 2001 From: waker Date: Sun, 4 Aug 2013 19:32:58 +0200 Subject: added new API for querying/handling background jobs --- plugins.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'plugins.h') diff --git a/plugins.h b/plugins.h index 1fdb6b82..e05e45f6 100644 --- a/plugins.h +++ b/plugins.h @@ -136,4 +136,13 @@ plug_get_gui_names (void); void plug_event_call (ddb_event_t *ev); +void +background_job_increment (void); + +void +background_job_decrement (void); + +int +have_background_jobs (void); + #endif // __PLUGINS_H -- cgit v1.2.3