Method

TrackerBatchadd_sparql

Declaration [src]

void
tracker_batch_add_sparql (
  TrackerBatch* batch,
  const gchar* sparql
)

Description [src]

Adds an SPARQL update string to batch.

Available since:3.1

Parameters

sparql const gchar*
 

A SPARQL update string.

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