entry_to_iter

@accepts(RB.RhythmDBEntry, Gtk.TreeIter)
@returns(gboolean)
def entry_to_iter(entry, iter)

Creates a GtkTreeIter pointing to the specified entry in the model.

entry :

the RB.RhythmDBEntry to look up

iter :

holds the returned GtkTreeIter

Returns :

True if the iterator now points to the entry