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:
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.
Return value
Type: GObject
A new EDataBookViewWatcherMemory.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |