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: ECalBackendForeachViewFunc

An ECalBackendForeachViewFunc function to call.

user_data

Type: gpointer

User data to pass to func.

The argument can be NULL.
The data is owned by the caller of the method.

Return value

Type: gboolean

Whether the call had been stopped by func.