Function

GtkAccelGroupFindFunc

since: 2.2

Declaration

gboolean
(* GtkAccelGroupFindFunc) (
  GtkAccelKey* key,
  GClosure* closure,
  gpointer data
)

Description

No description available.

Available since: 2.2

Parameters

key

Type: GtkAccelKey

No description available.

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

Type: GClosure

No description available.

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

Type: gpointer

No description available.

The argument can be NULL.
The data is owned by the caller of the function.

Return value

Type: gboolean

No description available.