dup_view_indices


Description:

[ Version ( since = "3.50" ) ]
public BookIndices? dup_view_indices (size_t view_id)

Returns a list of BookIndices holding indices of the contacts in the view identified by view_id.

The array is terminated by an item with chr member being null.

The default implementation returns an array previously set by set_view_indices.

Free the returned array with e_book_indices_free, when no longer needed.

Note: This function should be used only with E_BOOK_CLIENT_VIEW_FLAGS_MANUAL_QUERY views.

Parameters:

this

an BookBackend

view_id

a view identifier

Returns:

an array of BookIndices, or null