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