Method
TrackerBatchadd_resource
Declaration [src]
void
tracker_batch_add_resource (
TrackerBatch* batch,
const gchar* graph,
TrackerResource* resource
)
Parameters
graph |
const gchar* |
RDF graph to insert the resource to. |
|
The argument can be NULL. | |
| The data is owned by the caller of the function. | |
| The string is a NUL terminated UTF-8 string. | |
resource |
TrackerResource |
| The data is owned by the caller of the function. |