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

Function ghb_set_queue_done_action

gtk/src/application.c:1136–1143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1134}
1135
1136void
1137ghb_set_queue_done_action (int action)
1138{
1139 GhbApplication *app = GHB_APPLICATION_DEFAULT;
1140 g_return_if_fail(GHB_IS_APPLICATION(app));
1141
1142 app->when_complete = action;
1143}
1144
1145const char *
1146ghb_get_scan_source (void)

Callers 2

when_complete_changed_cbFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected