From: Maximiliano Sandoval R Date: Mon, 4 Apr 2022 12:10:56 +0000 (+0200) Subject: filter: Add link to FilterListmodel X-Git-Tag: archive/raspbian/4.6.5+ds-1+rpi1~1^2~19^2~1^2~21 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e69eb24b325f07d5a1edbde95af8596f15afa58f;p=gtk4.git filter: Add link to FilterListmodel --- diff --git a/gtk/gtkfilter.c b/gtk/gtkfilter.c index 56e058017e..92f2ad46c8 100644 --- a/gtk/gtkfilter.c +++ b/gtk/gtkfilter.c @@ -28,7 +28,7 @@ * GtkFilter: * * A `GtkFilter` object describes the filtering to be performed by a - * `GtkFilterListModel`. + * [class@Gtk.FilterListModel]. * * The model will use the filter to determine if it should include items * or not by calling [method@Gtk.Filter.match] for each item and only