summaryrefslogtreecommitdiff
path: root/deadbeef.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-11-01 17:56:14 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-11-01 17:56:14 +0100
commitcf0c8a7f3a28e577a0f6b94c7d92be02a3b70bbd (patch)
treeaf463af577e345daa48e240b272d119dc71d38d0 /deadbeef.h
parent2de3449ed2fa7dade90647a2456727813760e2cf (diff)
added gui_locking abilities to plugin api
added some fixups to hotkeys plugin X11 interaction
Diffstat (limited to 'deadbeef.h')
-rw-r--r--deadbeef.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/deadbeef.h b/deadbeef.h
index 3b8c1552..b9cc4c5e 100644
--- a/deadbeef.h
+++ b/deadbeef.h
@@ -244,6 +244,9 @@ typedef struct {
int (*conf_get_int) (const char *key, int def);
void (*conf_set_str) (const char *key, const char *val);
DB_conf_item_t * (*conf_find) (const char *group, DB_conf_item_t *prev);
+ // gui locking
+ void (*gui_lock) (void);
+ void (*gui_unlock) (void);
// exporting plugin conf options for gui
// all exported options are grouped by plugin, and will be available to user
// from gui