Method

TrackerSparqlStatementbind_datetime

Declaration [src]

void
tracker_sparql_statement_bind_datetime (
  TrackerSparqlStatement* stmt,
  const gchar* name,
  GDateTime* value
)

Description [src]

Binds the GDateTime value to the parameterized variable given by name.

Available since:3.2

Parameters

name const gchar*
 

Variable name.

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

Value.

 The data is owned by the caller of the function.