get_query_uri


Description:

[ NoWrapper ]
public virtual void get_query_uri (string feed_uri, StringBuilder query_uri, bool params_started)

Builds a query URI from the given base feed URI, using the properties of the Query.

This function will take care of all necessary URI escaping, so it should not be done beforehand.

The query URI is what functions like query use to query the online service.

Parameters:

this

a Query

feed_uri

the feed URI on which to build the query URI

Returns:

a query URI; free with g_free