Function
GtkAccelGroupfrom_accel_closure
Declaration [src]
GtkAccelGroup*
gtk_accel_group_from_accel_closure (
GClosure* closure
)
Description [src]
Finds the GtkAccelGroup to which closure is connected;
see gtk_accel_group_connect().
Parameters
closure-
Type:
GClosureA
GClosure.The data is owned by the caller of the function.
Return value
Type: GtkAccelGroup
The GtkAccelGroup to which closure
is connected, or NULL.
| The data is owned by the called function. |
The return value can be NULL. |