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.
This commit is contained in:
Niels De Graef
2023-07-14 01:03:21 +02:00
parent 0b6392c0a8
commit c9022ac2d5

View 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