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