[gtk+] list-box: Fix copy-paste error
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] list-box: Fix copy-paste error
- Date: Sun, 13 Apr 2014 21:08:45 +0000 (UTC)
commit 0d55346fbb09fa43049cafd9e3cfd9b3073c35fb
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Apr 13 13:55:28 2014 -0700
list-box: Fix copy-paste error
The new function gtk_list_box_get_selected_rows was implemented
as gtk_list_box_get_selected_children.
gtk/gtklistbox.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtklistbox.c b/gtk/gtklistbox.c
index 5baa4ec..f60a7f8 100644
--- a/gtk/gtklistbox.c
+++ b/gtk/gtklistbox.c
@@ -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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]