| 1125 | } |
| 1126 | |
| 1127 | int |
| 1128 | ghb_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 | |
| 1136 | void |
| 1137 | ghb_set_queue_done_action (int action) |
no outgoing calls
no test coverage detected