[ Version ( since = "3.50" ) ]
public void set_view_n_total (size_t view_id, uint n_total)
Stores how many contacts the view identified by view_id contains.
It also sets the n_total to the corresponding DataBookView, if such exists.
The function does nothing when the view cannot be found.
Note: This function should be used only with E_BOOK_CLIENT_VIEW_FLAGS_MANUAL_QUERY views.
| this |
an BookBackend |
| view_id |
a view identifier |
| n_total |
the value to set |