From c9022ac2d5a6d46ba1e881dc15e710cc79a821eb Mon Sep 17 00:00:00 2001 From: Niels De Graef Date: Fri, 14 Jul 2023 01:03:21 +0200 Subject: [PATCH] sectionmodel: Fix GIR comment for sections-changed Make sure to end the signal name with a colon so GIR recognizes the signal. This should also fix the problem that the documentation for that signal is currently missing in the rendered gi-docgen output. --- gtk/gtksectionmodel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtksectionmodel.c b/gtk/gtksectionmodel.c index 5e9c2eb10e..e3684fc4ea 100644 --- a/gtk/gtksectionmodel.c +++ b/gtk/gtksectionmodel.c @@ -78,7 +78,7 @@ gtk_section_model_default_init (GtkSectionModelInterface *iface) iface->get_section = gtk_section_model_default_get_section; /** - * GtkSectionModel::sections-changed + * GtkSectionModel::sections-changed: * @model: a `GtkSectionModel` * @position: The first item that may have changed * @n_items: number of items with changes -- 2.30.2