[ 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 <emphasis>not</emphasis> be done beforehand.
The query URI is what functions like query use to query the online service.
| this |
a Query |
| feed_uri |
the feed URI on which to build the query URI |
|
a query URI; free with g_free |