zeitgeist-sharp

Documentation for this section has not yet been entered.

Zeitgeist Namespace

Documentation for this section has not yet been entered.

Type Description
BlacklistClient The Zeitgeist engine maintains a list of event templates that is known as the blacklist.
BlacklistTemplateAddedHandler This delegate handler for the event related to Blacklist Template addition
BlacklistTemplateRemovedHandler This delegate handler for the event related to Blacklist Template deletion
DataSourceClient The Zeitgeist engine maintains a publicly available list of recognized data-sources (components inserting information into Zeitgeist). An option to disable such data-providers is also provided.
DataSourceDisconnectedHandler This signal is emitted whenever the last running instance of a data-source disconnects.
DataSourceEnabledHandler This signal is emitted whenever a data-source is enabled or disabled.
DataSourceRegisteredHandler This signal is emitted whenever a data-source registers itself.
LogClient Primary interface to the Zeitgeist engine.

Zeitgeist.Datamodel Namespace

Documentation for this section has not yet been entered.

Type Description
DataContainerType Documentation for this section has not yet been entered.
DataSource Optimized and convenient data structure representing a datasource.
DocumentType Documentation for this section has not yet been entered.
EmbeddedFileDataObjectType Documentation for this section has not yet been entered.
Event Core data structure in the Zeitgeist framework. It is an optimized and convenient representation of an event. This class is designed so that you can pass it directly over DBus using the Python DBus bindings. It will automagically be marshalled with the signature a(asaasay).
EventInterpretationType The type which contains the heirarchy of EventInterpretation
EventManifestationType Documentation for this section has not yet been entered.
FileDataObjectType Documentation for this section has not yet been entered.
FileSystemType Documentation for this section has not yet been entered.
ImageType Documentation for this section has not yet been entered.
Interpretation In general terms the interpretation of an event or subject is an abstract description of “what happened” or “what is this”. Each interpretation type is uniquely identified by a URI. This class provides a list of hard coded URI constants for programming convenience. In addition; each interpretation instance in this class has a display_name property, which is an internationalized string meant for end user display.
Manifestation The manifestation type of an event or subject is an abstract classification of “how did this happen” or “how does this item exist”. Each manifestation type is uniquely identified by a URI. This class provides a list of hard coded URI constants for programming convenience. In addition; each interpretation instance in this class has a display_name property, which is an internationalized string meant for end user display.
MediaListType Documentation for this section has not yet been entered.
MediaType Documentation for this section has not yet been entered.
MessageType Documentation for this section has not yet been entered.
Monitor DBus interface for monitoring the Zeitgeist log for certain types of events. When using the Python bindings monitors are normally instantiated indirectly by calling ZeitgeistClient.install_monitor
NameUri The type which holds a pair of values. The pair is Name and Uri
NotifyDeleteHandler The delegate for an event which is called by the Daemon when a matching event is deleted
NotifyInsertHandler The delegate for an event which is called by the Daemon when a matching event is inserted
PlainTextDocumentType Documentation for this section has not yet been entered.
RasterImageType Documentation for this section has not yet been entered.
ResultType An enumeration class used to define how query results should be returned from the Zeitgeist engine.
SoftwareType Documentation for this section has not yet been entered.
StorageState 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. Ex. not including deleted files, files on unplugged USB drives, files available only when a network is available etc.
Subject Represents a subject of an Event
TextDocumentType Documentation for this section has not yet been entered.
TimeRange The type which deals with Start and End time for an event.
Version Represents a version number of format X.Y.Z (Major-Minor-Revision)
VideoType Documentation for this section has not yet been entered.
VisualType Documentation for this section has not yet been entered.