Signal

TrackerNotifier::events

Declaration

void
events (
  TrackerNotifier* self,
  gchar* service,
  gchar* graph,
  events* events,
  gpointer user_data
)

Description [src]

Notifies of changes in the Tracker database.

Default handler:

Parameters

service gchar*
 

The SPARQL service that originated the events, NULL for the local store.

 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.
graph gchar*
 

The graph where the events happened on, NULL for the default anonymous graph.

 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.
events An array of TrackerNotifierEvent
 

A GPtrArray of TrackerNotifierEvent

 The data is owned by the caller of the function.