HdyActionRow crashes on destruction
Steps to reproduce:
- Run example
- Activate the action row with the button
- Close the application
The core of the issue seems to be that gtk_container_destroy calls gtk_container_foreach (not forall), which then results in issues when trying to iterate over the internal children.