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

Function ghb_get_queue_done_action

gtk/src/application.c:1127–1134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1125}
1126
1127int
1128ghb_get_queue_done_action (void)
1129{
1130 GhbApplication *app = GHB_APPLICATION_DEFAULT;
1131 g_return_val_if_fail(GHB_IS_APPLICATION(app), 0);
1132
1133 return app->when_complete;
1134}
1135
1136void
1137ghb_set_queue_done_action (int action)

Callers 2

notify_pausedFunction · 0.85
queue_done_actionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected