From 01f3c72338ce5a78a55de5beac464be3506b5be1 Mon Sep 17 00:00:00 2001 From: Maximiliano Sandoval Date: Sat, 25 May 2024 11:28:28 +0200 Subject: [PATCH] sectionsmodel: Fix typo in docstring --- gtk/gtksectionmodel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtksectionmodel.c b/gtk/gtksectionmodel.c index a13c79e798..e598b40b13 100644 --- a/gtk/gtksectionmodel.c +++ b/gtk/gtksectionmodel.c @@ -188,7 +188,7 @@ gtk_list_model_get_section (GListModel *self, } /** - * gtk_section_model_section_changed: + * gtk_section_model_sections_changed: * @self: a `GtkSectionModel` * @position: the first changed item * @n_items: the number of changed items