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

Function ghb_set_cancel_status

gtk/src/application.c:1118–1125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1116}
1117
1118void
1119ghb_set_cancel_status (int status)
1120{
1121 GhbApplication *app = GHB_APPLICATION_DEFAULT;
1122 g_return_if_fail(GHB_IS_APPLICATION(app));
1123
1124 app->cancel_encode = status;
1125}
1126
1127int
1128ghb_get_queue_done_action (void)

Callers 4

ghb_backend_eventsFunction · 0.85
queue_remove_responseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected