[ CCode ( has_construct_function = false ) ]
public ContactsQuery.with_limits (string? q, uint start_index, uint max_results)
Creates a new ContactsQuery with its q
property set to q, and the limits start_index and max_results applied.
| q |
a query string, or null |
| start_index |
a one-based start index for the results, or <code class="literal">0</code> |
| max_results |
the maximum number of results to return, or <code class="literal">0</code> |
|
a new ContactsQuery |