dup_contacts


Description:

public GenericArray<unowned Contact>? dup_contacts (uint range_start, uint range_length)

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.

Parameters:

this

an DataBookViewWatcherSqlite

range_start

range start, 0-based

range_length

how many contacts to retrieve

Returns:

an array of Contact-s, or null , when range_start is out of bounds.