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

Function find_widget

gtk/src/audiohandler.c:1642–1652  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1640}
1641
1642static GtkWidget *find_widget(GtkWidget *widget, const gchar *name)
1643{
1644 GtkWidget *result = NULL;
1645
1646 result = find_widget_recurse(widget, name);
1647 if (result == NULL)
1648 {
1649 g_debug("Failed to find audio widget %s", name);
1650 }
1651 return result;
1652}
1653
1654static void audio_def_update_widgets(GtkWidget *row, GhbValue *adict)
1655{

Calls 1

find_widget_recurseFunction · 0.85

Tested by

no test coverage detected