filter: Make GtkEveryFilter buildable

Due to an oversight, when multi filters were split into
any and every, any ended up with the listmodel and buildable
implementations, and every didn't get any.

Move the implementations up.
This commit is contained in:
Matthias Clasen 2020-06-21 13:07:08 -04:00
parent 7d409dd2e0
commit 511e5f39fa

View File

@ -311,7 +311,7 @@ gtk_any_filter_init (GtkAnyFilter *self)
/**
* gtk_any_filter_new:
*
* Creates a new empty "any" filter.
* Creates a new empty "any" filter.
* Use gtk_multi_filter_append() to add filters to it.
*
* This filter matches an item if any of the filters added to it