diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-08-04 21:17:49 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-08-04 22:11:34 -0400 |
commit | f5610001248a1328ca3b604da50b957ad5652a2d (patch) | |
tree | b0fc774c2abdd7d888b6186ce09c4ae3b6ad3b1b /gtk/gtklistbox.c | |
parent | 93c9600145d2d8d88d0d1c1b7333afbf59d5e10e (diff) | |
download | gtk+-f5610001248a1328ca3b604da50b957ad5652a2d.tar.gz |
docs: Clean up many dangling links
In many cases, these were references to no longer
existing api, so some rewording was necessary.
Diffstat (limited to 'gtk/gtklistbox.c')
-rw-r--r-- | gtk/gtklistbox.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk/gtklistbox.c b/gtk/gtklistbox.c index 9283312722..fd0a86e4d2 100644 --- a/gtk/gtklistbox.c +++ b/gtk/gtklistbox.c @@ -2690,8 +2690,9 @@ gtk_list_box_drag_unhighlight_row (GtkListBox *box) * @row: a #GtkListBoxRow * * This is a helper function for implementing DnD onto a #GtkListBox. - * The passed in @row will be highlighted via gtk_drag_highlight(), - * and any previously highlighted row will be unhighlighted. + * The passed in @row will be highlighted by setting the + * #GTK_STATE_FLAG_DROP_ACTIVE state and any previously highlighted + * row will be unhighlighted. * * The row will also be unhighlighted when the widget gets * a drag leave event. |