Query.parseUri

void parseUri(out string uri)

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 [glib.global.gfree] after usage.

Parameters

urithe storage for the current URI (may be null)