Top |
enum | ZeitgeistResultType |
enum | ZeitgeistRelevantResultType |
enum | ZeitgeistStorageState |
enum | ZeitgeistDataModelError |
GEnum ├── ZeitgeistRelevantResultType ├── ZeitgeistResultType ╰── ZeitgeistStorageState
gboolean
zeitgeist_result_type_is_sort_order_asc
(ZeitgeistResultType result_type
);
ZeitgeistResultType
Used to control how the query results are grouped and sorted. See zeitgeist_log_find_events()
, zeitgeist_log_find_event_ids()
, and zeitgeist_index_search()
.
All events with the most recent events first |
||
All events with the oldest |
||
One event for each subject only, ordered with the most recent events first |
||
One event for each subject, only, ordered with oldest events first |
||
One event for each subject only, ordered by the popularity of the subject |
||
One event for each subject only, ordered ascendingly by popularity of the subject |
||
The last event of each different actor ordered by the popularity of the actor |
||
The last event of each different actor, ordered ascendingly by the popularity of the actor |
||
The actor that has been used to most recently |
||
The actor that has been used to least recently |
||
The last event of each different subject origin. |
||
The last event of each different subject origin, ordered by least recently used first |
||
The last event of each different subject origin, ordered by the popularity of the origins |
||
The last event of each different subject origin, ordered ascendingly by the popularity of the origin |
||
The first event of each different actor |
||
One event for each subject interpretation only, ordered with the most recent events first |
||
One event for each subject interpretation only, ordered with the least recent events first |
||
One event for each subject interpretation only, ordered by the popularity of the subject interpretation |
||
One event for each subject interpretation only, ordered ascendingly by popularity of the subject interpretation |
||
One event for each mimetype only ordered with the most recent events first |
||
One event for each mimetype only ordered with the least recent events first |
||
One event for each mimetype only ordered by the popularity of the mimetype |
||
One event for each mimetype only ordered ascendingly by popularity of the mimetype |
||
One event for each subject only by current_uri instead of uri ordered with the most recent events first |
||
One event for each subject only by current_uri instead of uri ordered with oldest events first |
||
One event for each subject only by current_uri instead of uri ordered by the popularity of the subject |
||
One event for each subject only by current_uri instead of uri ordered ascendingly by popularity of the subject |
||
The last event of each different origin |
||
The last event of each different origin, ordered by least recently used first |
||
The last event of each different origin ordered by the popularity of the origins |
||
The last event of each different origin, ordered ascendingly by the popularity of the origin |
||
The last event of each different subject origin. |
||
The last event of each different subject origin, ordered by least recently used first |
||
The last event of each different subject origin, ordered by the popularity of the origins |
||
The last event of each different subject origin, ordered ascendingly by the popularity of the origin |
||
Only allowed on |
Enumeration class defining the possible values for the storage state of an event subject.
The StorageState enumeration can be used to control whether or not matched events must have their subjects available to the user. Fx. not including deleted files, files on unplugged USB drives, files available only when a network is available etc.
Errors which can be thrown when asynchronously querying for ZeitgeistEvents.
Signature sent over DBus is invalid. |
||
ZeitgeistEvent is NULL. | ||
Query return too many ZeitgeistEvents. |