Method

GtkTreeModelFilterconvert_iter_to_child_iter

since: 2.4

Declaration [src]

void
gtk_tree_model_filter_convert_iter_to_child_iter (
  GtkTreeModelFilter* filter,
  GtkTreeIter* child_iter,
  GtkTreeIter* filter_iter
)

Description [src]

Sets child_iter to point to the row pointed to by filter_iter.

Available since: 2.4

Parameters

child_iter

Type: GtkTreeIter

An uninitialized GtkTreeIter.

The argument will be set by the function.
The returned data is owned by the instance.
filter_iter

Type: GtkTreeIter

A valid GtkTreeIter pointing to a row on filter.

The data is owned by the caller of the method.