Method

TrackerSparqlStatementbind_langstring

Declaration [src]

void
tracker_sparql_statement_bind_langstring (
  TrackerSparqlStatement* stmt,
  const gchar* name,
  const gchar* value,
  const gchar* langtag
)

Description [src]

Binds the value to the parameterized variable given by name, tagged with the language defined by langtag. The language tag should follow RFC 5646. The parameter will be represented as a rdf:langString.

Available since:3.7

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 const gchar*
 

Value.

 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.
langtag const gchar*
 

Language tag.

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