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

Function ghb_queue_row_delete_action

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

Source from the content-addressed store, hash-verified

337}
338
339static void
340ghb_queue_row_delete_action (GSimpleAction *action, GVariant *param,
341 gpointer data)
342{
343 GhbQueueRow *self = data;
344
345 g_return_if_fail(GHB_IS_QUEUE_ROW(self));
346
347 ghb_queue_remove_row(self);
348}

Callers

nothing calls this directly

Calls 1

ghb_queue_remove_rowFunction · 0.85

Tested by

no test coverage detected