get_path_string
Description:
[
Version ( since =
"1.6" ) ]
public string?
get_path_string ()
Extract the path string from the URI object as a percent encoded URI path.
Parameters:
this |
The Uri to get the path from.
|
Returns:
The path from the URI. Once finished with the string should be g_free'd.
|