parse_uri_redirection
Description:
[
Version ( since =
"1.2" ) ]
public void parse_uri_redirection (
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 g_free after usage.
Parameters:
this |
a Query
|
uri |
the storage for the redirect URI (may be null )
|