This interface gives access to a contact query.
org.freesmartphone.PIM.ContactQuery
Description: Return the number of items in the query result
Amount of contacts in the query result.
Description: Rewind the result cursor to the first contact (for this dbus client only).
Description: Skip n contacts in the result cursor (for this dbus client only).
Amount of contacts to skip.
Description: Path for the contact the result cursor points to.
The path to the contact.
Description: Return the next contact in the query result, and move the query to the next contact.
fields of the result.
Description: Get multiple contacts from the result set at once.
The number of contacts to get from the result set.
The list of the returned contacts data.
Description: Delete the query result object.
Description: Sent when a new contact which matches this query is loaded.
The path of the newly loaded contact.