Tracker.NotifierEvent

Fields

None

Methods

get_event_type ()

get_id ()

get_urn ()

Details

class Tracker.NotifierEvent

The Tracker.NotifierEvent struct represents a change event in the stored data.

get_event_type()
Returns:

The event type

Return type:

Tracker.NotifierEventType

Returns the event type.

get_id()
Returns:

the resource ID

Return type:

int

Returns the tracker:id of the element being notified upon. This is a #gint64 which is used as efficient internal identifier for the resource.

get_urn()
Returns:

The element URN

Return type:

str

Returns the Uniform Resource Name of the element. This is Tracker’s public identifier for the resource.

This URN is an unique string identifier for the resource being notified upon, typically of the form urn:uuid:....