Method

GtkIMMulticontextget_context_id

since: 2.16

Declaration [src]

const char*
gtk_im_multicontext_get_context_id (
  GtkIMMulticontext* context
)

Description [src]

Gets the id of the currently active slave of the context.

Available since: 2.16

Return value

Type: const char*

The id of the currently active slave.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.