gtklistbox: Add remove_all()
authorChristopher Davis <christopherdavis@gnome.org>
Wed, 29 Sep 2021 21:26:49 +0000 (14:26 -0700)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 2 Apr 2023 23:46:02 +0000 (19:46 -0400)
commit49e56fc7b322196b3dc42f09f436596085672cb9
treea0ae65f88c1d227e17624195d2ea7d20ff994ec9
parent9b2a49b7b57cc42a611a0de84206712ff3efd005
gtklistbox: Add remove_all()

Adds a function to remove all children from
a GtkListBox. This way app developers don't need to
implement this themselves.
gtk/gtklistbox.c
gtk/gtklistbox.h