Method

GntBindablecheck_key

since: 2.4.2

Declaration [src]

gboolean
gnt_bindable_check_key (
  GntBindable* bindable,
  const char* keys
)

Description [src]

Discover if a key is bound.

Available since: 2.4.2

Parameters

keys

Type: const char*

The key to check for.

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

Return value

Type: gboolean

TRUE if the the key has an action associated with it.