diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-05-22 14:23:55 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-05-22 17:25:26 -0400 |
commit | 876104835edbece470a39fc7c476a2a8f1b3c678 (patch) | |
tree | 543ec5cdbf6b5490055d6caab5c0ae3ecac34867 /gtk/gtksorter.c | |
parent | 786e28fec0fe66ca164e339a2cc1890ebd605a56 (diff) | |
download | gtk+-876104835edbece470a39fc7c476a2a8f1b3c678.tar.gz |
sorter: Cosmetic docs changes
Diffstat (limited to 'gtk/gtksorter.c')
-rw-r--r-- | gtk/gtksorter.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gtk/gtksorter.c b/gtk/gtksorter.c index f40c15311f..e9861b3538 100644 --- a/gtk/gtksorter.c +++ b/gtk/gtksorter.c @@ -314,15 +314,15 @@ gtk_sorter_get_keys (GtkSorter *self) * @self: a `GtkSorter` * @change: How the sorter changed * - * Emits the [signal@Gtk.Sorter::changed] signal to notify all users - * of the sorter that it has changed. + * Notifies all users of the sorter that it has changed. * - * Users of the sorter should then update the sort order via - * gtk_sorter_compare(). + * This emits the [signal@Gtk.Sorter::changed] signal. Users + * of the sorter should then update the sort order via + * [method@Gtk.Sorter.compare]. * - * Depending on the @change parameter, it may be possible to update - * the sort order without a full resorting. Refer to the - * [enum@Gtk.SorterChange] documentation for details. + * Depending on the @change parameter, it may be possible to + * update the sort order without a full resorting. Refer to + * the [enum@Gtk.SorterChange] documentation for details. * * This function is intended for implementors of `GtkSorter` * subclasses and should not be called from other functions. |