Method

TrackerSparqlConnectionserialize_finish

Declaration [src]

GInputStream*
tracker_sparql_connection_serialize_finish (
  TrackerSparqlConnection* connection,
  GAsyncResult* result,
  GError** error
)

Description [src]

Finishes the operation started with tracker_sparql_connection_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.