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:
RhythmDBEntryType
The type of entry to retrieve.
The data is owned by the caller of the method. func
-
Type:
None
The function to call with each entry.
data
-
Type:
gpointer
User data to pass to the function.
The argument can be NULL
.The data is owned by the caller of the method.