get_path
Description:
[
Version ( since =
"1.6" ) ]
public string?
get_path ()
Extract the path string from the URI object.
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.
|