Trait sourceview5::prelude::CompletionSnippetsExt
source · pub trait CompletionSnippetsExt: IsA<CompletionSnippets> + Sealed + 'static {
// Provided methods
fn priority(&self) -> i32 { ... }
fn set_priority(&self, priority: i32) { ... }
fn set_title(&self, title: Option<&str>) { ... }
fn connect_priority_notify<F: Fn(&Self) + 'static>(
&self,
f: F,
) -> SignalHandlerId { ... }
fn connect_title_notify<F: Fn(&Self) + 'static>(
&self,
f: F,
) -> SignalHandlerId { ... }
}
Expand description
Provided Methods§
fn priority(&self) -> i32
fn set_priority(&self, priority: i32)
fn set_title(&self, title: Option<&str>)
fn connect_priority_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId
fn connect_title_notify<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId
Object Safety§
This trait is not object safe.