Method

GtkIMMulticontextset_context_id

since: 2.16

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 slave of context to be replaced by the slave corresponding to the new context id.

Available since: 2.16

Parameters

context_id

Type: const char*

The id to use.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.