@accepts(GLib.Func, gpointer) @returns(none) def entry_foreach(func, data)
Calls the given function for each of the entries in the database.
func :
the function to call with each entry.
data :
user data to pass to the function.