Method

TrackerSparqlStatementserialize_finish

Declaration [src]

GInputStream*
tracker_sparql_statement_serialize_finish (
  TrackerSparqlStatement* stmt,
  GAsyncResult* result,
  GError** error
)

Description [src]

Finishes the asynchronous operation started through tracker_sparql_statement_serialize_async().

Available since:3.3

Parameters

result GAsyncResult*
 

A GAsyncResult with the result of the operation.

 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: GInputStream*
 

A GInputStream to read RDF content.

 The caller of the method takes ownership of the data, and is responsible for freeing it.