Event
Object Hierarchy:
Description:
Namespace: Zeitgeist
Package: zeitgeist-datamodel-2.0
Content:
Constants:
Properties:
- public string? actor { get; set; }
- public uint32 id { get; set; }
- public string? interpretation { get; set; }
- public string? manifestation { get; set; }
- public string? origin { get; set; }
- public ByteArray? payload { get; set; }
- public GenericArray<Subject> subjects { get; set; }
- public int64 timestamp { get; set; }
Creation methods:
- public Event ()
- public Event.from_variant (Variant event_variant) throws DataModelError
- public Event.full (string? interpretation = null, string? manifestation = null, string? actor = null, string? origin = null, ...)
Methods:
- public void add_subject (Subject subject)
- public void debug_print ()
- public Subject get_subject (int index)
- public bool matches_template (Event template_event)
- public int num_subjects ()
- public void set_actor_from_app_info (AppInfo info)
- public void take_subject (owned Subject subject)
- public Variant to_variant ()
Inherited Members:
All known members inherited from class GLib.Object