[ Version ( since = "3.34" ) ]
public bool foreach_view (CalBackendForeachViewFunc func)
Calls func for each existing view (as returned by list_views).
The func can return false to stop early.
| this |
an CalBackend |
| func |
an CalBackendForeachViewFunc function to call |
| user_data |
user data to pass to |
|
whether the call had been stopped by |