GObject.Object
Gio.Vfs
| Import line: | Gio = imports.gi.Gio; |
| GIR File: | Gio-2.0.gir |
| C documentation: | GVfs |
| Class : | Vfs |
| Extends: | GObject.Object |
| Properties | Defined By | |
|---|---|---|
|
parent_instance : GObject.Object
read only
|
Gio.Vfs | |
| Method / Constructor | Defined By | |
|---|---|---|
|
new Gio.Vfs
(Object properties)
Create a new Gio.Vfs
Create a new Gio.Vfs
|
||
|
Gio.Vfs.get_default
()
:
Gio.Vfs
Gets the default GVfs for the system.
Gets the default GVfs for the system.
|
Gio.Vfs | |
|
Gio.Vfs.get_local
()
:
Gio.Vfs
Gets the local GVfs for the system.
Gets the local GVfs for the system.
|
Gio.Vfs | |
| Gio.Vfs | ||
|
Gets a GFile for uri.
Gets a GFile for uri.
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. Free the returned object with g_object_unref().
|
Gio.Vfs | |
|
get_supported_uri_schemes
()
:
Array
Gets a list of URI schemes supported by vfs.
Gets a list of URI schemes supported by vfs.
The returned array belongs to GIO and must not be freed or modified.
|
Gio.Vfs | |
|
is_active
()
:
gboolean
Checks if the VFS is active.
Checks if the VFS is active.
|
Gio.Vfs | |
|
This operation never fails, but the returned object might
not support any I/O operations if the parse_name cannot be parsed by the GVfs module.
This operation never fails, but the returned object might
not support any I/O operations if the parse_name cannot be parsed by the GVfs module. Free the returned object with g_object_unref().
|
Gio.Vfs | |
| None |