Method

GntBindableperform_action_named

Declaration [src]

gboolean
gnt_bindable_perform_action_named (
  GntBindable* bindable,
  const char* name,
  ...
)

Description [src]

Perform an action on a bindable object.

This method is not directly available to language bindings.

Parameters

name

Type: const char*

The action to perform.

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

Type: 

A NULL-terminated list of parameters.

Return value

Type: gboolean

TRUE if the action was performed successfully, FALSE otherwise.