| 1134 | } |
| 1135 | |
| 1136 | void |
| 1137 | ghb_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 | |
| 1145 | const char * |
| 1146 | ghb_get_scan_source (void) |
no outgoing calls
no test coverage detected