| 418 | } |
| 419 | |
| 420 | void PiuContainerUnbindContent(PiuContainer* self, PiuContent* content) |
| 421 | { |
| 422 | PiuApplication* application = (*self)->application; |
| 423 | if (application) { |
| 424 | PiuView* view = (*self)->view; |
| 425 | (*(*content)->dispatch->unbind)(content, application, view); |
| 426 | } |
| 427 | } |
| 428 | |
| 429 | void PiuContainerUpdate(void* it, PiuView* view, PiuRectangle area) |
| 430 | { |
no outgoing calls
no test coverage detected