gVfsGetFileForUri {RGtk2}R Documentation

gVfsGetFileForUri

Description

Gets a GFile for uri.

Usage

gVfsGetFileForUri(object, uri)

Arguments

object

aGVfs.

uri

a string containing a URI

Details

This operation never fails, but the returned object might not support any I/O operation if the URI is malformed or if the URI scheme is not supported.

Value

[GFile] a GFile.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]