Home
last modified time | relevance | path

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

/dports/audio/deadbeef/deadbeef-0.7.2/
H A Dplugins.h75 plug_get_output_list (void);
H A Dplugins.c365 .plug_get_output_list = plug_get_output_list,
1256 plug_get_output_list (void) { in plug_get_output_list() function
H A Ddeadbeef.h990 struct DB_output_s **(*plug_get_output_list) (void); member
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gtkui/
H A Dprefwin.c159 DB_output_t **out_plugs = deadbeef->plug_get_output_list (); in gtkui_run_preferences_dlg()
418 DB_output_t **out_plugs = deadbeef->plug_get_output_list (); in on_pref_output_plugin_changed()