entry_foreach_by_type

@accepts(RB.RhythmDBEntryType, GLib.Func, gpointer)
@returns(none)
def entry_foreach_by_type(entry_type, func, data)

Calls the given function for each of the entries in the database of a given type.

entry_type :

the type of entry to retrieve

func :

the function to call with each entry

data :

user data to pass to the function.