Trait gio::FilenameCompleterExt [−][src]
pub trait FilenameCompleterExt { fn get_completion_suffix(&self, initial_text: &str) -> Option<String>; fn get_completions(&self, initial_text: &str) -> Vec<String>; fn set_dirs_only(&self, dirs_only: bool); fn connect_got_completion_data<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId; }
Required Methods
fn get_completion_suffix(&self, initial_text: &str) -> Option<String>
fn get_completions(&self, initial_text: &str) -> Vec<String>
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> + IsA<Object>> FilenameCompleterExt for O