Class
GioFilenameCompleter
Constructors
g_filename_completer_new
Creates a new filename completer.
Instance methods
g_filename_completer_get_completion_suffix
Obtains a completion for initial_text
from completer
.
g_filename_completer_get_completions
Gets an array of completion strings for a given initial text.
g_filename_completer_set_dirs_only
If dirs_only
is TRUE
, completer
will only
complete directory names, and not file names.
Signals
Gio.FilenameCompleter::got-completion-data
Emitted when the file name completion information comes available.
Signals inherited from GObject (1)
GObject.Object::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.
Class structure
struct GioFilenameCompleterClass {
GObjectClass parent_class;
void (* got_completion_data) (
GFilenameCompleter* filename_completer
);
void (* _g_reserved1) (
void
);
void (* _g_reserved2) (
void
);
void (* _g_reserved3) (
void
);
}
No description available.
Class members
parent_class |
|
No description available. | |
got_completion_data |
|
No description available. | |
_g_reserved1 |
|
No description available. | |
_g_reserved2 |
|
No description available. | |
_g_reserved3 |
|
No description available. |
Virtual methods
Gio.FilenameCompleterClass.got_completion_data
No description available.