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

Function ghb_queue_row_set_progress

gtk/src/ghb-queue-row.c:305–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303}
304
305void
306ghb_queue_row_set_progress (GhbQueueRow *self, double fraction)
307{
308 g_return_if_fail(GHB_IS_QUEUE_ROW(self));
309
310 gtk_progress_bar_set_fraction(self->encode_progress_bar, fraction);
311}
312
313void
314ghb_queue_row_set_destination (GhbQueueRow *self, const char *dest)

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected