Method
RBRhythmDBentry_foreach
Declaration [src]
void
rhythmdb_entry_foreach (
RhythmDB* db,
RhythmDBEntryForeachFunc func,
gpointer data
)
Parameters
func-
Type:
NoneThe function to call with each entry.
data-
Type:
gpointerUser data to pass to the function.
The argument can be NULL.The data is owned by the caller of the method.