Function
GtkTreeRowReferencereordered
deprecated: 4.10
Declaration [src]
void
gtk_tree_row_reference_reordered (
  GObject* proxy,
  GtkTreePath* path,
  GtkTreeIter* iter,
  int* new_order
)
Description [src]
Lets a set of row reference created by
gtk_tree_row_reference_new_proxy() know that the
model emitted the ::rows-reordered signal.
Deprecated since: 4.10
Please do not use it in newly written code.
This function is not directly available to language bindings.
Parameters
- proxy
- 
            Type: GObjectA GObject.The data is owned by the caller of the function. 
- path
- 
            Type: GtkTreePathThe parent path of the reordered signal. The data is owned by the caller of the function. 
- iter
- 
            Type: GtkTreeIterThe iter pointing to the parent of the reordered. The data is owned by the caller of the function. 
- new_order
- 
            Type: An array of intThe new order of rows. The data is owned by the caller of the function.