Subject
Object Hierarchy:
Description:
Namespace: Zeitgeist
Package: zeitgeist-datamodel-2.0
Content:
Properties:
- public string? current_origin { get; set; }
- public string? current_uri { get; set; }
- public string? interpretation { get; set; }
- public string? manifestation { get; set; }
- public string? mimetype { get; set; }
- public string? origin { get; set; }
- public string? storage { get; set; }
- public string? text { get; set; }
- public string? uri { get; set; }
Creation methods:
- public Subject ()
- public Subject.from_variant (Variant subject_variant) throws DataModelError
- public Subject.full (string? uri = null, string? interpretation = null, string? manifestation = null, string? mimetype = null, string? origin = null, string? text = null, string? storage = null)
- public Subject.move_event (string? source_uri = null, string? source_origin = null, string? destination_uri = null, string? destination_origin = null, string? interpretation, string? manifestation = null, string? mimetype = null, string? text = null, string? storage = null)
Methods:
- public bool matches_template (Subject template_subject)
- public Variant to_variant ()
Inherited Members:
All known members inherited from class GLib.Object