Uri.getPath

Extract the path string from the URI object.

class Uri
string
getPath
()

Return Value

Type: string

(nullable): The path from the URI. Once finished with the string should be g_free()'d.

Meta