foreach_view


Description:

[ Version ( since = "3.34" ) ]
public bool foreach_view (BookBackendForeachViewFunc func)

Calls func for each existing view (as returned by list_views).

The func can return false to stop early.

Parameters:

this

an BookBackend

func

an BookBackendForeachViewFunc function to call

user_data

user data to pass to func

Returns:

whether the call had been stopped by func