From: Niels De Graef Date: Thu, 13 Jul 2023 23:03:21 +0000 (+0200) Subject: sectionmodel: Fix GIR comment for sections-changed X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~1^2~63^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c9022ac2d5a6d46ba1e881dc15e710cc79a821eb;p=gtk4.git 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. --- 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