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:
GtkTreeIterAn uninitialized
GtkTreeIter.The argument will be set by the function. The returned data is owned by the instance. filter_iter-
Type:
GtkTreeIterA valid
GtkTreeIterpointing to a row onfilter.The data is owned by the caller of the method.