| 581 | } |
| 582 | |
| 583 | void PiuContentStart(PiuContent* self) |
| 584 | { |
| 585 | if (!((*self)->flags & piuIdling)) { |
| 586 | (*self)->flags |= piuIdling; |
| 587 | if ((*self)->application) |
| 588 | PiuApplicationStartContent((*self)->application, self); |
| 589 | } |
| 590 | } |
| 591 | |
| 592 | void PiuContentStop(PiuContent* self) |
| 593 | { |
no test coverage detected