Method
GtkTreeModelget_iter_from_string
Declaration [src]
gboolean
gtk_tree_model_get_iter_from_string (
  GtkTreeModel* tree_model,
  GtkTreeIter* iter,
  const char* path_string
)
Description [src]
Sets iter to a valid iterator pointing to path_string, if it exists.
Otherwise, iter is left invalid and FALSE is returned.
Parameters
- iter
- 
            Type: GtkTreeIterAn uninitialized GtkTreeIterThe argument will be set by the function. The data is owned by the caller of the function. 
- path_string
- 
            Type: const char*A string representation of a GtkTreePathThe data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.