gFileHasUriScheme {RGtk2} | R Documentation |
Checks to see if a GFile
has a given URI scheme.
gFileHasUriScheme(object, uri.scheme)
|
input |
|
a string containing a URI scheme. |
This call does no blocking i/o.
[logical] TRUE
if GFile
's backend supports the
given URI scheme, FALSE
if URI scheme is NULL
,
not supported, or GFile
is invalid.
Derived by RGtkGen from GTK+ documentation