Method

Gtk.IMMulticontext.set_context_id

Declaration [src]

void
gtk_im_multicontext_set_context_id (
  GtkIMMulticontext* context,
  const char* context_id
)

Description [src]

Sets the context id for context.

This causes the currently active delegate of context to be replaced by the delegate corresponding to the new context id.

Parameters

context_id const char*
 

the id to use

 Ownership is not transferred to the callee
 The string is a NUL terminated UTF-8 string