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

Function ghb_queue_remove_row_at_index

gtk/src/queuehandler.c:1733–1741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1731}
1732
1733void
1734ghb_queue_remove_row_at_index (int index)
1735{
1736 GtkListBox *lb = GTK_LIST_BOX(ghb_builder_widget("queue_list"));
1737 GhbQueueRow *row = GHB_QUEUE_ROW(gtk_list_box_get_row_at_index(lb, index));
1738
1739 if (GHB_IS_QUEUE_ROW(row))
1740 queue_remove_row_internal(row);
1741}
1742
1743void
1744ghb_queue_buttons_grey (signal_user_data_t *ud)

Callers 3

ghb_backend_eventsFunction · 0.85

Calls 2

ghb_builder_widgetFunction · 0.85

Tested by

no test coverage detected