mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-17 07:30:09 +00:00
list-box: Fix copy-paste error
The new function gtk_list_box_get_selected_rows was implemented as gtk_list_box_get_selected_children.
This commit is contained in:
parent
dbf3a0681a
commit
0d55346fbb
@ -776,7 +776,7 @@ gtk_list_box_selected_foreach (GtkListBox *box,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_list_box_get_selected_children:
|
||||
* gtk_list_box_get_selected_rows:
|
||||
* @box: a #GtkListBox
|
||||
*
|
||||
* Creates a list of all selected children.
|
||||
@ -788,7 +788,7 @@ gtk_list_box_selected_foreach (GtkListBox *box,
|
||||
* Since: 3.14
|
||||
*/
|
||||
GList *
|
||||
gtk_list_box_get_selected_children (GtkListBox *box)
|
||||
gtk_list_box_get_selected_rows (GtkListBox *box)
|
||||
{
|
||||
GtkListBoxRow *row;
|
||||
GSequenceIter *iter;
|
||||
|
Loading…
Reference in New Issue
Block a user