Method
RBRhythmDBentry_foreach_by_type
Declaration [src]
void
rhythmdb_entry_foreach_by_type (
RhythmDB* db,
RhythmDBEntryType* entry_type,
RhythmDBEntryForeachFunc func,
gpointer data
)
Parameters
entry_type-
Type:
RhythmDBEntryTypeThe type of entry to retrieve.
The data is owned by the caller of the method. 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.