Signal
TrackerNotifier::events
Declaration
void
events (
TrackerNotifier* self,
gchar* service,
gchar* graph,
events* events,
gpointer user_data
)
Parameters
service |
gchar* |
The SPARQL service that originated the events, |
|
| 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, |
|
| The data is owned by the caller of the function. | |
| The string is a NUL terminated UTF-8 string. | |
events |
An array of TrackerNotifierEvent |
| The data is owned by the caller of the function. |