| 590 | } |
| 591 | |
| 592 | void PiuContentStop(PiuContent* self) |
| 593 | { |
| 594 | if ((*self)->flags & piuIdling) { |
| 595 | (*self)->flags &= ~piuIdling; |
| 596 | if ((*self)->application) |
| 597 | PiuApplicationStopContent((*self)->application, self); |
| 598 | } |
| 599 | } |
| 600 | |
| 601 | void PiuContentSync(void* it) |
| 602 | { |
no test coverage detected