Method

RBRhythmDBentry_foreach

Declaration [src]

void
rhythmdb_entry_foreach (
  RhythmDB* db,
  RhythmDBEntryForeachFunc func,
  gpointer data
)

Description [src]

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

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.