Function

EDataBookBookBackendForeachViewFunc

since: 3.34

Declaration

gboolean
(* EBookBackendForeachViewFunc) (
  EBookBackend* backend,
  EDataBookView* view,
  gpointer user_data
)

Description [src]

Callback function used by e_book_backend_foreach_view().

Available since: 3.34

Parameters

backend

Type: EBookBackend

An EBookBackend.

The data is owned by the caller of the function.
view

Type: EDataBookView

An EDataBookView.

The data is owned by the caller of the function.
user_data

Type: gpointer

User data for the function.

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

Return value

Type: gboolean

TRUE, to continue, FALSE to stop further processing.