Query.parseUri

Parse an URI query, writing the URI into @uri as a newly allocated string, if the respective parameters are non-%NULL. Free the string with g_free() after usage.

class Query
void
parseUri
(
out string uri
)

Parameters

uri string

the storage for the current URI (may be %NULL)

Meta