Home
last modified time | relevance | path

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

/dports/audio/aqualung/aqualung-1.0/src/
H A Dports.c58 GtkListStore * store_out_L; variable
81 gtk_list_store_clear(store_out_L); in ports_timeout_callback()
82 scan_connections(out_L_port, store_out_L); in ports_timeout_callback()
104 gtk_list_store_clear(store_out_L); in clicked_rescan()
105 scan_connections(out_L_port, store_out_L); in clicked_rescan()
208 gtk_list_store_clear(store_out_L); in tree_out_nb_selection_changed()
209 scan_connections(out_L_port, store_out_L); in tree_out_nb_selection_changed()
298 gtk_list_store_clear(store_out_L); in clear_outs()
447 store_out_L = gtk_list_store_new(1, G_TYPE_STRING); in port_setup_dialog()
496 scan_connections(out_L_port, store_out_L); in port_setup_dialog()
[all …]