Method

GtkIMContextSimpleadd_compose_file

Declaration [src]

void
gtk_im_context_simple_add_compose_file (
  GtkIMContextSimple* context_simple,
  const gchar* compose_file
)

Description [src]

Adds an additional table from the X11 compose file.

Parameters

compose_file

Type: const gchar*

The path of compose file.

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