[ 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.
| this |
an BookBackend |
| func |
an BookBackendForeachViewFunc function to call |
| user_data |
user data to pass to |
|
whether the call had been stopped by |