Home
last modified time | relevance | path

Searched refs:hkplug (Results 1 – 3 of 3) sorted by relevance

/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gtkui/
H A Dhotkeys.c228 DB_plugin_t *hkplug = deadbeef->plug_get_for_id ("hotkeys"); in hotkeys_save() local
229 if (hkplug) { in hotkeys_save()
230 ((DB_hotkeys_plugin_t *)hkplug)->reset (); in hotkeys_save()
430 DB_plugin_t *hkplug = deadbeef->plug_get_for_id ("hotkeys"); in prefwin_init_hotkeys() local
431 if (!hkplug) { in prefwin_init_hotkeys()
H A Dcallbacks.c220 DB_plugin_t *hkplug = deadbeef->plug_get_for_id ("hotkeys"); in on_mainwin_key_press_event() local
221 if (hkplug) { in on_mainwin_key_press_event()
223 …DB_plugin_action_t *act = ((DB_hotkeys_plugin_t *)hkplug)->get_action_for_keycombo (accel_key, mod… in on_mainwin_key_press_event()
H A Dgtkui.c1036 DB_plugin_t *hkplug = deadbeef->plug_get_for_id ("hotkeys"); in gtkui_thread() local
1037 if (hkplug) { in gtkui_thread()
1038 ((DB_hotkeys_plugin_t *)hkplug)->reset (); in gtkui_thread()