Constructor

EDataBookDataBookViewWatcherMemorynew

since: 3.50

Declaration [src]

GObject*
e_data_book_view_watcher_memory_new (
  EBookBackend* backend,
  EDataBookView* view
)

Description [src]

Creates a new EDataBookViewWatcherMemory, which will watch the view and will provide the information about indices and total contacts to the backend. The locale is taken from the backend during the creation process too.

Available since: 3.50

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.

Return value

Type: GObject

A new EDataBookViewWatcherMemory.

The caller of the function takes ownership of the data, and is responsible for freeing it.