| 1116 | } |
| 1117 | |
| 1118 | void |
| 1119 | ghb_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 | |
| 1127 | int |
| 1128 | ghb_get_queue_done_action (void) |
no outgoing calls
no test coverage detected