[ Version ( since = "3.50" ) ]
public void set_view_indices (size_t view_id, BookIndices? indices)
Stores current indices for the view identified by the view_id and, if such exists, notifies about it also the
corresponding DataBookView.
The array is terminated by an item with chr member being null.
Note: This function should be used only with E_BOOK_CLIENT_VIEW_FLAGS_MANUAL_QUERY views.
| this |
an BookBackend |
| view_id |
a view identifier |
| indices |
an array of BookIndices, or null |