Function
EDataCalCalBackendForeachViewFunc
since: 3.34
Declaration
gboolean
(* ECalBackendForeachViewFunc) (
ECalBackend* backend,
EDataCalView* view,
gpointer user_data
)
Parameters
backend-
Type:
ECalBackendAn
ECalBackend.The data is owned by the caller of the function. view-
Type:
EDataCalViewAn
EDataCalView.The data is owned by the caller of the function. user_data-
Type:
gpointerUser data for the function.
The argument can be NULL.The data is owned by the caller of the function.