MCPcopy Create free account
hub / github.com/HandBrake/HandBrake / audio_def_set_all_limits

Function audio_def_set_all_limits

gtk/src/audiohandler.c:2260–2272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2258}
2259
2260static void
2261audio_def_set_all_limits(signal_user_data_t *ud)
2262{
2263 GtkListBox *list_box;
2264
2265 list_box = GTK_LIST_BOX(ghb_builder_widget("audio_list_default"));
2266
2267 for (int i = 0; gtk_list_box_get_row_at_index(list_box, i); i++)
2268 {
2269 audio_def_set_all_limits_cb(
2270 GTK_WIDGET(gtk_list_box_get_row_at_index(list_box, i)), ud);
2271 }
2272}
2273
2274G_MODULE_EXPORT void
2275audio_def_widget_changed_cb (GtkWidget *widget, gpointer data)

Callers 1

Calls 2

ghb_builder_widgetFunction · 0.85

Tested by

no test coverage detected