sectionmodel: Fix GIR comment for sections-changed
authorNiels De Graef <nielsdegraef@gmail.com>
Thu, 13 Jul 2023 23:03:21 +0000 (01:03 +0200)
committerNiels De Graef <nielsdegraef@gmail.com>
Thu, 13 Jul 2023 23:03:21 +0000 (01:03 +0200)
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

index 5e9c2eb10eccc6bd2e8de9f42b08a16dc6de6fc4..e3684fc4ea08fedb984ad0dad2c96828467b84f1 100644 (file)
@@ -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