Log
Object Hierarchy:
Description:
Namespace: Zeitgeist
Package: zeitgeist-2.0
Content:
Static methods:
- public static Log get_default ()
Creation methods:
- public Log ()
Methods:
- public string datapath ()
- public async TimeRange delete_events (Array<uint32> event_ids, Cancellable? cancellable = null) throws Error
- public async uint32[] find_event_ids (TimeRange time_range, GenericArray<Event> event_templates, StorageState storage_state, uint32 num_events, ResultType result_type, Cancellable? cancellable = null) throws Error
- public async ResultSet find_events (TimeRange time_range, GenericArray<Event> event_templates, StorageState storage_state, uint32 num_events, ResultType result_type, Cancellable? cancellable = null) throws Error
- public async string[] find_related_uris (TimeRange time_range, GenericArray<Event> event_templates, GenericArray<Event> result_event_templates, StorageState storage_state, uint32 num_events, RelevantResultType result_type, Cancellable? cancellable = null) throws Error
- public async ResultSet get_events (Array<uint32> event_ids, Cancellable? cancellable = null) throws Error
- public string[] get_extensions ()
- public void get_version (out int major, out int minor, out int micro)
- public async Array<uint32> insert_event (Event event, Cancellable? cancellable = null) throws Error
- public void insert_event_no_reply (Event event) throws Error
- public async Array<uint32> insert_events (GenericArray<Event> events, Cancellable? cancellable = null) throws Error
- public void insert_events_no_reply (GenericArray<Event> events) throws Error
- public void install_monitor (Monitor monitor) throws Error
- protected override void on_connection_established ()
- protected override void on_connection_lost ()
- public async void quit (Cancellable? cancellable = null) throws Error
- public void remove_monitor (owned Monitor monitor) throws Error
Inherited Members:
All known members inherited from class Zeitgeist.QueuedProxyWrapper
All known members inherited from class GLib.Object