get_query_string
Description:
[
Version ( since =
"1.6" ) ]
public string?
get_query_string ()
Get a percent encoded URI query string from the this.
Parameters:
this |
The Uri to get the query string from.
|
Returns:
A percent encoded query string. Use g_free when no longer needed.
|