pub trait IMMulticontextExt: 'static {
    fn get_context_id(&self) -> Option<GString>;
    fn set_context_id(&self, context_id: &str);
}

Required Methods

Implementors