Virtual Method

GtkTreeModelget_iter

Declaration [src]

gboolean
get_iter (
  GtkTreeModel* tree_model,
  GtkTreeIter* iter,
  GtkTreePath* path
)

Description [src]

Sets iter to a valid iterator pointing to path. If path does not exist, iter is set to an invalid iterator and FALSE is returned.

Parameters

iter

Type: GtkTreeIter

The uninitialized GtkTreeIter-struct.

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

Type: GtkTreePath

The GtkTreePath-struct.

The data is owned by the caller of the method.

Return value

Type: gboolean

TRUE, if iter was set.