Function

GntBindableActionCallback

Declaration

gboolean
(* GntBindableActionCallback) (
  GntBindable* bindable,
  GList* params
)

Description [src]

A callback for an action registered by gnt_bindable_class_register_action().

This function is not directly available to language bindings.

Parameters

bindable

Type: GntBindable

A bindable object.

The data is owned by the caller of the function.
params

Type: A list of gpointer

Parameters passed to gnt_bindable_class_register_action().

The data is owned by the caller of the function.

Return value

Type: gboolean

No description available.