[−][src]Trait gio::prelude::FilenameCompleterExt
Required methods
fn get_completion_suffix(&self, initial_text: &str) -> Option<GString>
fn get_completions(&self, initial_text: &str) -> Vec<GString>
fn set_dirs_only(&self, dirs_only: bool)
fn connect_got_completion_data<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
Implementors
impl<O: IsA<FilenameCompleter>> FilenameCompleterExt for O
[src]
fn get_completion_suffix(&self, initial_text: &str) -> Option<GString>
[src]
fn get_completions(&self, initial_text: &str) -> Vec<GString>
[src]
fn set_dirs_only(&self, dirs_only: bool)
[src]
fn connect_got_completion_data<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
[src]
&self,
f: F
) -> SignalHandlerId