Uri.getPathString

Extract the path string from the URI object as a percent encoded URI path.

class Uri
string
getPathString
()

Return Value

Type: string

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

Meta