[ Version ( since = "3.50" ) ]
public BookIndices? dup_indices ()
Returns a list of BookIndices holding indices of the contacts in the view.
These are received from the first sort field set by set_sort_fields. The last item of the returned array is the one with chr member being null.
Free the returned array with e_book_indices_free, when no longer needed.
Note: This function can be used only with E_BOOK_CLIENT_VIEW_FLAGS_MANUAL_QUERY.
| this |
an DataBookView |
|
list of indices for the view, or null when cannot determine |