| 303 | } |
| 304 | |
| 305 | void |
| 306 | ghb_queue_row_set_progress (GhbQueueRow *self, double fraction) |
| 307 | { |
| 308 | g_return_if_fail(GHB_IS_QUEUE_ROW(self)); |
| 309 | |
| 310 | gtk_progress_bar_set_fraction(self->encode_progress_bar, fraction); |
| 311 | } |
| 312 | |
| 313 | void |
| 314 | ghb_queue_row_set_destination (GhbQueueRow *self, const char *dest) |
no outgoing calls
no test coverage detected