Function
EDataBookBookBackendForeachViewFunc
since: 3.34
Declaration
gboolean
(* EBookBackendForeachViewFunc) (
EBookBackend* backend,
EDataBookView* view,
gpointer user_data
)
Parameters
backend-
Type:
EBookBackendAn
EBookBackend.The data is owned by the caller of the function. view-
Type:
EDataBookViewAn
EDataBookView.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.