Zeitgeist.Event – zeitgeist-datamodel-2.0 Reference Manual
Packages
zeitgeist-datamodel-2.0
Zeitgeist
Event
SIGNATURE
actor
id
interpretation
manifestation
origin
payload
subjects
timestamp
Event
Event.from_variant
Event.full
add_subject
debug_print
get_subject
matches_template
num_subjects
set_actor_from_app_info
take_subject
to_variant
Event
Object Hierarchy:
Description:
public
class
Event
:
Object
Namespace:
Zeitgeist
Package:
zeitgeist-datamodel-2.0
Content:
Constants:
public
const
string
SIGNATURE
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
@get
@new
@ref
@set
add_toggle_ref
add_weak_pointer
bind_property
connect
constructed
disconnect
dispose
dup_data
dup_qdata
force_floating
freeze_notify
get_class
get_data
get_property
get_qdata
get_type
getv
interface_find_property
interface_install_property
interface_list_properties
is_floating
new_valist
new_with_properties
newv
notify
notify_property
ref_count
ref_sink
remove_toggle_ref
remove_weak_pointer
replace_data
replace_qdata
set_data
set_data_full
set_property
set_qdata
set_qdata_full
set_valist
setv
steal_data
steal_qdata
thaw_notify
unref
watch_closure
weak_ref
weak_unref