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.8.3+ds-2+rpi1~3^2~20^2~4^2~259^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d7fe62817ceb6448f8bac690cfb6fde39d98a34c;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