@accepts(utf8) @returns(gboolean) def uri_is_local(uri)
Checks if @uri identifies a local resource. Currently this just checks that it uses the 'file' URI scheme.
uri :
a URI to check
Returns :
True if @uri is local