Back to Seed Clases

Gio


Classes

Interfaces

Structs

Unions

Enums

Interface Gio.File

Import line: Gio = imports.gi.Gio;
GIR File: Gio-2.0.gir
C documentation: GFile
Interface : File
  Show / Hide Inherited methods, properties and signals
A handle to an object implementing the GFileIface interface. Generally stores a location within the file system. Handles do not necessarily represent files or directories that currently exist.
Properties
None
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gio
Method
Gio.content_type_guess_for_tree (File root) : Array
Gio
Method
Gio.file_new_for_commandline_arg (String arg) : Gio.File
Gio
Method
Gio.file_new_for_path (String path) : Gio.File
Gio
Method
Gio.file_new_for_uri (String uri) : Gio.File
Gio
Method
Gio.file_parse_name (String parse_name) : Gio.File
Gio.FileEnumerator
Property
container : Gio.File
Gio.FileEnumerator
Method
get_container () : Gio.File
Gio.FileIcon
Property
file : Gio.File
Gio.FileIcon
Method
new Gio.FileIcon.c_new (File file) : Gio.FileIcon
Create a new Gio.FileIcon
Gio.FileIcon
Method
get_file () : Gio.File
Gio.FileMonitor
Signal
changed (FileMonitor self, File object, File p0, FileMonitorEvent p1) : none
Gio.FileMonitor
Method
emit_event (File child, File other_file, FileMonitorEvent event_type) : none
Gio.Mount
Method
get_root () : Gio.File
Gio.Mount
Method
get_default_location () : Gio.File
Gio.Vfs
Method
get_file_for_path (String path) : Gio.File
Gio.Vfs
Method
get_file_for_uri (String uri) : Gio.File
Gio.Vfs
Method
parse_name (String parse_name) : Gio.File
Gio.Volume
Method
get_activation_root () : Gio.File
Gsf.InputGio
Method
new Gsf.InputGio.c_new (File file) : Gsf.InputGio
Create a new Gsf.InputGio
Gsf.OutputGio
Method
new Gsf.OutputGio.c_new (File file) : Gsf.OutputGio
Create a new Gsf.OutputGio
Gtk.FileChooser
Method
get_file () : Gio.File
Gets the GFile for the currently selected file in the file selector.
Gtk.FileChooser
Method
set_file (File file) : Boolean
Sets file as the current filename for the file chooser, by changing to the file's parent folder and actually selecting the file in list.
Gtk.FileChooser
Method
select_file (File file) : Boolean
Selects the file referred to by file.
Gtk.FileChooser
Method
unselect_file (File file) : none
Unselects the file referred to by file.
Gtk.FileChooser
Method
set_current_folder_file (File file) : Boolean
Sets the current folder for chooser from a GFile.
Gtk.FileChooser
Method
get_current_folder_file () : Gio.File
Gets the current folder of chooser as GFile.
Gtk.FileChooser
Method
get_preview_file () : Gio.File
Gets the GFile that should be previewed in a custom preview Internal function, see gtk_file_chooser_get_preview_uri().
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:31 GMT+0800 (HKT)