GObject.Object
Gio.FilenameCompleter
| Import line: | Gio = imports.gi.Gio; |
| GIR File: | Gio-2.0.gir |
| C documentation: | GFilenameCompleter |
| Class : | FilenameCompleter |
| Extends: | GObject.Object |
| None |
| Method / Constructor | Defined By | |
|---|---|---|
|
new Gio.FilenameCompleter
()
Create a new Gio.FilenameCompleter
Create a new Gio.FilenameCompleter
|
||
|
Obtains a completion for initial_text from completer.
|
Gio.FilenameCompleter | |
|
Gets an array of completion strings for a given initial text.
|
Gio.FilenameCompleter | |
|
set_dirs_only
(gboolean dirs_only)
:
none
If dirs_only is TRUE, completer will only
complete directory names, and not file names.
If dirs_only is TRUE, completer will only
complete directory names, and not file names.
|
Gio.FilenameCompleter | |
| Event | Defined By | |
|---|---|---|
|
got_completion_data (FilenameCompleter self)
:
none
Emitted when the file name completion information comes available.
Emitted when the file name completion information comes available.
|
Gio.FilenameCompleter | |