summaryrefslogtreecommitdiff
path: root/gtk/gtksectionmodel.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2022-02-26 04:52:16 +0100
committerBenjamin Otte <otte@redhat.com>2023-05-09 17:00:39 +0200
commitff6c5ad710bcd291cb4470ac25e2a3390b49403c (patch)
tree41ee59d078419436e2d49dceb8b1fec8f46fcd20 /gtk/gtksectionmodel.c
parentbd999c72c9b3ebf0a9dd5951e6a72a20d9b9914d (diff)
downloadgtk+-ff6c5ad710bcd291cb4470ac25e2a3390b49403c.tar.gz
flattenlistmodel: Implement GtkSectionModel
Each child model is reported as one section.
Diffstat (limited to 'gtk/gtksectionmodel.c')
-rw-r--r--gtk/gtksectionmodel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtksectionmodel.c b/gtk/gtksectionmodel.c
index 2df8562e01..a5084ab340 100644
--- a/gtk/gtksectionmodel.c
+++ b/gtk/gtksectionmodel.c
@@ -93,7 +93,7 @@ gtk_section_model_default_init (GtkSectionModelInterface *iface)
* model, though it would be rather useless to emit such a signal.
*
* 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.
*
* Since: 4.12