forked from AuroraMiddleware/gtk
Clarify docs. (#317682, Christian - Manny Calavera - Neumair)
2005-10-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreemodel.c (gtk_tree_model_rows_reordered): Clarify docs. (#317682, Christian - Manny Calavera - Neumair)
This commit is contained in:
parent
f29802392a
commit
87ffaabc2c
@ -1,5 +1,8 @@
|
|||||||
2005-10-26 Matthias Clasen <mclasen@redhat.com>
|
2005-10-26 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtktreemodel.c (gtk_tree_model_rows_reordered): Clarify
|
||||||
|
docs. (#317682, Christian - Manny Calavera - Neumair)
|
||||||
|
|
||||||
* gdk/x11/gdkdnd-x11.c: Remove an extra const which doesn't
|
* gdk/x11/gdkdnd-x11.c: Remove an extra const which doesn't
|
||||||
seem to affect the placement of the data in the readonly
|
seem to affect the placement of the data in the readonly
|
||||||
section, and causes problems with some compilers. (#317844)
|
section, and causes problems with some compilers. (#317844)
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
2005-10-26 Matthias Clasen <mclasen@redhat.com>
|
2005-10-26 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtktreemodel.c (gtk_tree_model_rows_reordered): Clarify
|
||||||
|
docs. (#317682, Christian - Manny Calavera - Neumair)
|
||||||
|
|
||||||
* gdk/x11/gdkdnd-x11.c: Remove an extra const which doesn't
|
* gdk/x11/gdkdnd-x11.c: Remove an extra const which doesn't
|
||||||
seem to affect the placement of the data in the readonly
|
seem to affect the placement of the data in the readonly
|
||||||
section, and causes problems with some compilers. (#317844)
|
section, and causes problems with some compilers. (#317844)
|
||||||
|
@ -1480,7 +1480,7 @@ gtk_tree_model_row_deleted (GtkTreeModel *tree_model,
|
|||||||
* @path: A #GtkTreePath pointing to the tree node whose children have been
|
* @path: A #GtkTreePath pointing to the tree node whose children have been
|
||||||
* reordered
|
* reordered
|
||||||
* @iter: A valid #GtkTreeIter pointing to the node whose children have been
|
* @iter: A valid #GtkTreeIter pointing to the node whose children have been
|
||||||
* reordered
|
* reordered, or %NULL if the depth of @path is 0.
|
||||||
* @new_order: an array of integers mapping the current position of each child
|
* @new_order: an array of integers mapping the current position of each child
|
||||||
* to its old position before the re-ordering,
|
* to its old position before the re-ordering,
|
||||||
* i.e. @new_order<literal>[newpos] = oldpos</literal>.
|
* i.e. @new_order<literal>[newpos] = oldpos</literal>.
|
||||||
|
Loading…
Reference in New Issue
Block a user