Function

Gntkeys_find_combination

Declaration [src]

int
gnt_keys_find_combination (
  const char* key
)

Description [src]

Find a combination from the given string.

Parameters

key

Type: const char*

The input string.

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

Return value

Type: int

The number of bytes in the combination that starts at the beginning of key (can be 0).