Method

EDataBookDataBookViewref_backend

since: 3.34

Declaration [src]

_EBookBackend*
e_data_book_view_ref_backend (
  EDataBookView* view
)

Description [src]

Refs the backend that view is querying. Unref the returned backend, if not NULL, with g_object_unref(), when no longer needed.

Available since: 3.34

Return value

Type: EBookBackend

The associated EBookBackend.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.