[gtk/matthiasc/for-master: 28/41] sorter: Cosmetic docs changes




commit 876104835edbece470a39fc7c476a2a8f1b3c678
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat May 22 14:23:55 2021 -0400

    sorter: Cosmetic docs changes

 gtk/gtksorter.c | 14 +++++++-------
 1 file 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.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]