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

Function audio_settings_get_row

gtk/src/audiohandler.c:1675–1683  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1673}
1674
1675static GtkListBoxRow*
1676audio_settings_get_row(GtkWidget *widget)
1677{
1678 while (widget != NULL && G_OBJECT_TYPE(widget) != GTK_TYPE_LIST_BOX_ROW)
1679 {
1680 widget = gtk_widget_get_parent(widget);
1681 }
1682 return GTK_LIST_BOX_ROW(widget);
1683}
1684
1685static void audio_def_settings_bitrate_show(GtkWidget *widget, gboolean show)
1686{

Calls

no outgoing calls

Tested by

no test coverage detected