Gtk.TreeModel.prototype.get_iter_from_string
function get_iter_from_string(path_string:String):Boolean { // Gjs wrapper for gtk_tree_model_get_iter_from_string() }
Sets iter to a valid iterator pointing to path_string, if it exists. Otherwise, iter is left invalid and false is returned.
- path_string
a string representation of a Gtk.TreePath
- Returns
true, if iter was set