From: Matthias Clasen Date: Tue, 23 May 2023 11:05:29 +0000 (-0400) Subject: docs: Cosmetics X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~1^2~213^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6623baeb52aad7607e1b98c154a1e1314565dee4;p=gtk4.git docs: Cosmetics --- diff --git a/gtk/gtksectionmodel.c b/gtk/gtksectionmodel.c index eccbe72369..5e9c2eb10e 100644 --- a/gtk/gtksectionmodel.c +++ b/gtk/gtksectionmodel.c @@ -194,10 +194,11 @@ gtk_list_model_get_section (GListModel *self, * @n_items: the number of changed items * * This function emits the [signal@Gtk.SectionModel::section-changed] - * signal to notify about changes to sections. It must cover all - * positions that used to be a section start or that are now a section - * start. It does not have to cover all positions for which the section - * has changed. + * signal to notify about changes to sections. + * + * It must cover all positions that used to be a section start or that + * are now a section start. It does not have to cover all positions for + * 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