Retrieves contacts in the given range.
Returns null when the range_start is out of bounds. The function can return less than
range_length contacts.
The returned array should be freed with g_ptr_array_unref, when no longer needed.
| this | |
| range_start |
range start, 0-based |
| range_length |
how many contacts to retrieve |
|
an array of Contact-s, or null
, when |