gtksectionmodel: Fix typo in sections-changed link

This commit is contained in:
Maximiliano Sandoval 2024-05-25 23:16:49 +02:00
parent 00acc7957f
commit ee277f4d92
No known key found for this signature in database
GPG Key ID: D64A8D747F6FE706

View File

@ -193,7 +193,7 @@ gtk_list_model_get_section (GListModel *self,
* @position: the first changed item
* @n_items: the number of changed items
*
* This function emits the [signal@Gtk.SectionModel::section-changed]
* This function emits the [signal@Gtk.SectionModel::sections-changed]
* signal to notify about changes to sections.
*
* It must cover all positions that used to be a section start or that
@ -201,7 +201,7 @@ gtk_list_model_get_section (GListModel *self,
* which the section has changed.
*
* The [signal@Gio.ListModel::items-changed] implies the effect of the
* [signal@Gtk.SectionModel::section-changed] signal for all the items
* [signal@Gtk.SectionModel::sections-changed] signal for all the items
* it covers.
*
* It is recommended that when changes to the items cause section changes