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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user