Signal
TsparqlNotifier::events
Declaration
void
events (
  TrackerNotifier* self,
  gchar* service,
  gchar* graph,
  gpointer events,
  gpointer user_data
)
Parameters
- service
- 
            Type: gchar*The SPARQL service that originated the events, NULLfor the local store.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
- graph
- 
            Type: gchar*The graph where the events happened on, NULLfor the default anonymous graph.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
- events
- 
            Type: An array of NoneA GPtrArrayofTrackerNotifierEvent.