[ Version ( since = "1.24" ) ]
public string to_string_with_keys (List<string>? keys)
Convert the URI to a string, with the query arguments in a specific order.
Only the keys in the keys
list will be added to the resulting string.
Returns the URI as held in this object as a char* nul-terminated string. The caller should g_free the string once they are finished with it. The string is put together as described in RFC 3986.
this |
This Uri to convert to a string. |
keys |
A GList containing the query argument key strings. |
The string version of the URI. |