Method
EDataCalCalBackendforeach_view
since: 3.34
Declaration [src]
gboolean
e_cal_backend_foreach_view (
ECalBackend* backend,
ECalBackendForeachViewFunc func,
gpointer user_data
)
Description [src]
Calls func for each existing view (as returned by e_cal_backend_list_views()). The func can return FALSE to stop early.
Available since: 3.34
Parameters
func-
Type:
ECalBackendForeachViewFuncAn
ECalBackendForeachViewFuncfunction to call. user_data-
Type:
gpointerUser data to pass to
func.The argument can be NULL.The data is owned by the caller of the method.