Method
RBRhythmDBentry_foreach
Declaration [src]
void
rhythmdb_entry_foreach (
RhythmDB* db,
RhythmDBEntryForeachFunc func,
gpointer data
)
Parameters
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.