Method

GntWMprocess_input

Declaration [src]

gboolean
gnt_wm_process_input (
  GntWM* wm,
  const char* string
)

Description [src]

Process input.

Parameters

string

Type: const char*

The input string to process.

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

Return value

Type: gboolean

TRUE of the string was processed, FALSE otherwise.