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

Function list_box_get_row

gtk/src/title-add.c:418–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416}
417
418static GtkListBoxRow *list_box_get_row (GtkWidget *widget)
419{
420 while (widget != NULL && G_OBJECT_TYPE(widget) != GTK_TYPE_LIST_BOX_ROW)
421 {
422 widget = gtk_widget_get_parent(widget);
423 }
424 return GTK_LIST_BOX_ROW(widget);
425}
426
427static GtkWidget *title_create_row (signal_user_data_t *ud)
428{

Callers 3

title_selected_cbFunction · 0.85
title_dest_file_cbFunction · 0.85
title_dest_dir_cbFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected