Function
GtkAccelGroupFindFunc
since: 2.2
Declaration
gboolean
(* GtkAccelGroupFindFunc) (
GtkAccelKey* key,
GClosure* closure,
gpointer data
)
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.