[gtk/matthiasc/for-master: 27/27] filter: Make GtkEveryFilter buildable



commit 511e5f39fa7d7b7f1822092f5a61eb9e4933d436
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Jun 21 13:07:08 2020 -0400

    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.

 gtk/gtkmultifilter.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtk/gtkmultifilter.c b/gtk/gtkmultifilter.c
index 3c57a36724..6fb08cc9da 100644
--- a/gtk/gtkmultifilter.c
+++ b/gtk/gtkmultifilter.c
@@ -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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]