multifilter: Docs tweaks.

This commit is contained in:
Matthias Clasen 2021-02-27 18:22:13 -05:00 committed by Emmanuele Bassi
parent af6af482c4
commit ca5f66b368

View File

@ -37,20 +37,23 @@
/**
* GtkMultiFilter:
*
* `GtkMultiFilter` is the base type that implements support for handling
* multiple filters.
* `GtkMultiFilter` is the base class for filters that combine multiple filters.
*/
/**
* GtkAnyFilter:
*
* `GtkAnyFilter` matches an item when at least one of its filters matches.
*
* To add filters to a `GtkAnyFilter`, use [method@Gtk.MultiFilter.append].
*/
/**
* GtkEveryFilter:
*
* `GtkEveryFilter` matches an item when each of its filters matches.
*
* To add filters to a `GtkEveryFilter`, use [method@Gtk.MultiFilter.append].
*/
struct _GtkMultiFilter