Uri.getPath

Extract the path string from the URI object.

class Uri
string
getPath
()

Return Value

Type: string

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

Meta