summaryrefslogtreecommitdiff
path: root/tests/testsounds.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-2/+2
| | | | These are all on GtkBox or enumerating children.
* Use gtk_window_set_child throughoutMatthias Clasen2020-05-041-1/+1
| | | | | Replace all uses of gtk_container_add on windows by gtk_window_set_child.
* Add a quick sound testMatthias Clasen2020-04-291-0/+68
Just to show that our media infrastructure is up to playing little beeps and bings.