From ee277f4d925485808d525d19581442efffe3dca5 Mon Sep 17 00:00:00 2001 From: Maximiliano Sandoval Date: Sat, 25 May 2024 23:16:49 +0200 Subject: [PATCH] gtksectionmodel: Fix typo in sections-changed link --- gtk/gtksectionmodel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtksectionmodel.c b/gtk/gtksectionmodel.c index e598b40b13..8883c51e35 100644 --- a/gtk/gtksectionmodel.c +++ b/gtk/gtksectionmodel.c @@ -193,7 +193,7 @@ gtk_list_model_get_section (GListModel *self, * @position: the first changed item * @n_items: the number of changed items * - * This function emits the [signal@Gtk.SectionModel::section-changed] + * This function emits the [signal@Gtk.SectionModel::sections-changed] * signal to notify about changes to sections. * * It must cover all positions that used to be a section start or that @@ -201,7 +201,7 @@ gtk_list_model_get_section (GListModel *self, * which the section has changed. * * The [signal@Gio.ListModel::items-changed] implies the effect of the - * [signal@Gtk.SectionModel::section-changed] signal for all the items + * [signal@Gtk.SectionModel::sections-changed] signal for all the items * it covers. * * It is recommended that when changes to the items cause section changes