Trait sourceview5::prelude::IMMulticontextExt
source · pub trait IMMulticontextExt: IsA<IMMulticontext> + Sealed + 'static {
// Provided methods
fn context_id(&self) -> GString { ... }
fn set_context_id(&self, context_id: Option<&str>) { ... }
}
Provided Methods§
fn context_id(&self) -> GString
fn set_context_id(&self, context_id: Option<&str>)
Object Safety§
This trait is not object safe.