DBus API

Engine

org.gnome.zeitgeist Interface

Data Types

Item

A dict representing an item, with the following elements:

  1. timestamp (integer) -
  2. uri (string) -
  3. text (string) -
  4. source (string) -
  5. content (string) -
  6. mimetype (string) -
  7. tags (string) -
  8. comment (string) - (not used)
  9. bookmark (boolean) -
  10. use (string) -
  11. icon (string) -
  12. app (string) -
  13. origin (string) -

Filter

A dict which can have the following items:

  • name (list of strings) - filter by name (OR Condition)
  • uri (list of strings) - filter by uris (OR Condition)
  • tags (list of strings) - filter by tags (AND Condition)
  • mimetypes (list of strings) - filter by mimetypes (OR Condition)
  • source (list of strings) - filter by source (OR Condition)
  • content (list of strings) - filter by content (OR Condition)
  • application (list of strings) - filter by application (ie., path to its .desktop file) (OR Condition)
  • bookmarked (boolean) -

Table Of Contents

This Page