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