@accepts(Gtk.TreeIter) @returns(RB.RhythmDBEntry) def iter_to_entry(entry_iter)
Locates and returns the RB.RhythmDBEntry pointed to by the specified iterator in the model. The caller owns a reference to the returned entry.
entry_iter : |
a GtkTreeIter to dereference |
Returns : |
the RB.RhythmDBEntry, if any |