Method

TrackerSparqlCursorget_connection

Declaration [src]

TrackerSparqlConnection*
tracker_sparql_cursor_get_connection (
  TrackerSparqlCursor* cursor
)

Description [src]

Returns the TrackerSparqlConnection associated with this TrackerSparqlCursor.

Return value

Type: TrackerSparqlConnection

The cursor TrackerSparqlConnection. The returned object must not be unreferenced by the caller.

The returned data is owned by the instance.