Method

GntBindableperform_action_key

Declaration [src]

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

Description [src]

Perform an action from a keybinding.

Parameters

keys

Type: const char*

The key to trigger the action.

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 action was performed successfully, FALSE otherwise.