Method

CamelURLset_query

Declaration [src]

void
camel_url_set_query (
  CamelURL* url,
  const gchar* query
)

Description [src]

Set the query of a CamelURL.

Parameters

query

Type: const gchar*

Url query.

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