mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-12 13:30:19 +00:00
gtksectionmodel: Fix typo in sections-changed link
This commit is contained in:
parent
00acc7957f
commit
ee277f4d92
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user