summaryrefslogtreecommitdiff
path: root/gtk/gtkliststore.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkliststore.c')
-rw-r--r--gtk/gtkliststore.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkliststore.c b/gtk/gtkliststore.c
index 8485586221..80bffb481a 100644
--- a/gtk/gtkliststore.c
+++ b/gtk/gtkliststore.c
@@ -1680,9 +1680,9 @@ gtk_list_store_reorder_func (GSequenceIter *a,
* gtk_list_store_reorder:
* @store: A #GtkListStore.
* @new_order: (array zero-terminated=1): an array of integers mapping the new
- * position of each child to its old position before the re-ordering,
- * i.e. @new_order`[newpos] = oldpos`. It must have
- * exactly as many items as the list store’s length.
+ * position of each child to its old position before the re-ordering,
+ * i.e. @new_order`[newpos] = oldpos`. It must have
+ * exactly as many items as the list store’s length.
*
* Reorders @store to follow the order indicated by @new_order. Note that
* this function only works with unsorted stores.
@@ -2150,7 +2150,7 @@ gtk_list_store_has_default_sort_func (GtkTreeSortable *sortable)
* @list_store: A #GtkListStore
* @iter: (out) (optional): An unset #GtkTreeIter to set to the new row
* @position: position to insert the new row, or -1 to append after existing
- * rows
+ * rows
* @...: pairs of column number and value, terminated with -1
*
* Creates a new row at @position. @iter will be changed to point to this new